~ubuntu-branches/ubuntu/quantal/gst-plugins-bad-multiverse0.10/quantal

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Onkar Shinde
  • Date: 2010-03-13 22:48:10 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20100313224810-8l25xl017imj7z4l
Tags: 0.10.18-0ubuntu1
* New upstream bugfix release.
* Relevant upstream fixes
  - 598350 : qtmux with AAC streams (from faac) generate invalid files
  - 607105 : faac doesn't negotiate channel positions correctly
  - 606726 : FAAC bitrate setting has no effect

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
/* Define if GSM header in gsm/ subdir */
38
38
#undef GSM_HEADER_IN_SUBDIR
39
39
 
 
40
/* Extra platform specific plugin suffix */
 
41
#undef GST_EXTRA_MODULE_SUFFIX
 
42
 
40
43
/* Defined if gcov is enabled to force a rebuild due to config.h changing */
41
44
#undef GST_GCOV_ENABLED
42
45
 
 
46
/* Defined when registry scanning through fork is unsafe */
 
47
#undef GST_HAVE_UNSAFE_FORK
 
48
 
43
49
/* Default errorlevel to use */
44
50
#undef GST_LEVEL_DEFAULT
45
51
 
199
205
/* FIONREAD ioctl found in sys/ioclt.h */
200
206
#undef HAVE_FIONREAD_IN_SYS_IOCTL
201
207
 
 
208
/* Define to enable Flite plugin (used by flite). */
 
209
#undef HAVE_FLITE
 
210
 
202
211
/* Define to 1 if you have the `getpagesize' function. */
203
212
#undef HAVE_GETPAGESIZE
204
213
 
220
229
/* Define to 1 if you have the <inttypes.h> header file. */
221
230
#undef HAVE_INTTYPES_H
222
231
 
223
 
/* Define to enable integer vorbis plug-in (used by ivorbisdec). */
224
 
#undef HAVE_IVORBIS
225
 
 
226
232
/* Define to enable Jack (used by jack). */
227
233
#undef HAVE_JACK
228
234
 
307
313
/* Define to enable Open Sound System 4 (used by oss4). */
308
314
#undef HAVE_OSS4
309
315
 
 
316
/* Defined if compiling for OSX */
 
317
#undef HAVE_OSX
 
318
 
310
319
/* Define to enable OSX video (used by osxvideosrc). */
311
320
#undef HAVE_OSX_VIDEO
312
321
 
358
367
/* Define to 1 if you have the <sys/ioctl.h> header file. */
359
368
#undef HAVE_SYS_IOCTL_H
360
369
 
 
370
/* Define to 1 if you have the <sys/param.h> header file. */
 
371
#undef HAVE_SYS_PARAM_H
 
372
 
361
373
/* Define to 1 if you have the <sys/socket.h> header file. */
362
374
#undef HAVE_SYS_SOCKET_H
363
375
 
397
409
/* Define to enable wildmidi midi soft synth plugin (used by wildmidi). */
398
410
#undef HAVE_WILDMIDI
399
411
 
 
412
/* Defined if compiling for Windows */
 
413
#undef HAVE_WIN32
 
414
 
400
415
/* Define to 1 if you have the <windows.h> header file. */
401
416
#undef HAVE_WINDOWS_H
402
417
 
499
514
 
500
515
/* Define to 1 if the X Window System is missing or not being used. */
501
516
#undef X_DISPLAY_MISSING
 
517
 
 
518
/* We need at least WinXP SP2 for __stat64 */
 
519
#undef __MSVCRT_VERSION__