gstreamer_core/config.h
changeset 8 4a7fac7dd34a
parent 2 5505e8908944
child 30 7e817e7e631c
child 32 bacedbef5672
equal deleted inserted replaced
7:71e347f905f2 8:4a7fac7dd34a
     1 /* config.h.  Generated from config.h.in by configure.  */
     1 /* config.h.  Generated from config.h.in by configure.  */
     2 /* config.h.in.  Generated from configure.ac by autoheader.  */
     2 /* config.h.in.  Generated from configure.ac by autoheader.  */
       
     3 
       
     4 /* Define if building universal (internal helper macro) */
       
     5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
     3 
     6 
     4 /* Define to 1 if translation of program messages to the user's native
     7 /* Define to 1 if translation of program messages to the user's native
     5    language is requested. */
     8    language is requested. */
     6 	 #undef ENABLE_NLS 
     9 	 #undef ENABLE_NLS 
     7 
    10 
     8 /* gettext package name */
    11 /* gettext package name */
     9 #define GETTEXT_PACKAGE "gstreamer-0.10"
    12 #define GETTEXT_PACKAGE "gstreamer-0.10"
    10 
    13 
       
    14 /* data dir */
       
    15 #define GST_DATADIR "/usr/local/share"
       
    16 //#define GST_DISABLE_GST_DEBUG 1
    11 /* Define if pipeline parsing code is disabled */
    17 /* Define if pipeline parsing code is disabled */
    12 //#define GST_DISABLE_PARSE 1 
    18 /* #undef GST_DISABLE_PARSE */
       
    19 
       
    20 /* Extra platform specific plugin suffix */
       
    21 /* #undef GST_EXTRA_MODULE_SUFFIX */
    13 
    22 
    14 /* macro to use to show function name */
    23 /* macro to use to show function name */
    15 #define GST_FUNCTION __PRETTY_FUNCTION__
    24 #define GST_FUNCTION __PRETTY_FUNCTION__
    16 
    25 
    17 /* Defined if gcov is enabled to force a rebuild due to config.h changing */
    26 /* Defined if gcov is enabled to force a rebuild due to config.h changing */
    18 /* #undef GST_GCOV_ENABLED */
    27 /* #undef GST_GCOV_ENABLED */
       
    28 
       
    29 /* Defined when registry scanning through fork is unsafe */
       
    30 /* #undef GST_HAVE_UNSAFE_FORK */
    19 
    31 
    20 /* Default errorlevel to use */
    32 /* Default errorlevel to use */
    21 #ifdef DEBUG_ENABLE
    33 #ifdef DEBUG_ENABLE
    22 #define GST_LEVEL_DEFAULT GST_LEVEL_DEBUG
    34 #define GST_LEVEL_DEFAULT GST_LEVEL_DEBUG
    23 #else
    35 #else
    34 #define GST_PACKAGE_NAME "GStreamer source release"
    46 #define GST_PACKAGE_NAME "GStreamer source release"
    35 
    47 
    36 /* package origin */
    48 /* package origin */
    37 #define GST_PACKAGE_ORIGIN "Unknown package origin"
    49 #define GST_PACKAGE_ORIGIN "Unknown package origin"
    38 
    50 
       
    51 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
       
    52    CoreFoundation framework. */
       
    53 /* #undef HAVE_CFLOCALECOPYCURRENT */
       
    54 
       
    55 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
       
    56    the CoreFoundation framework. */
       
    57 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
       
    58 
    39 /* Define to 1 if you have the `clock_gettime' function. */
    59 /* Define to 1 if you have the `clock_gettime' function. */
    40 #define HAVE_CLOCK_GETTIME 1
    60 #define HAVE_CLOCK_GETTIME 1
    41 
    61 
    42 /* Define if the host CPU is an Alpha */
    62 /* Define if the host CPU is an Alpha */
    43 /* #undef HAVE_CPU_ALPHA */
    63 /* #undef HAVE_CPU_ALPHA */
   157 
   177 
   158 /* Define to 1 if you have a working `mmap' system call. */
   178 /* Define to 1 if you have a working `mmap' system call. */
   159 #define HAVE_MMAP 1
   179 #define HAVE_MMAP 1
   160 
   180 
   161 /* Have a monotonic clock */
   181 /* Have a monotonic clock */
   162 #define HAVE_MONOTONIC_CLOCK 1
   182 //#define HAVE_MONOTONIC_CLOCK 1
   163 
   183 
   164 /* Define to 1 if you have the `poll' function. */
   184 /* Define to 1 if you have the `poll' function. */
   165 #ifndef __SYMBIAN32__
   185 #ifndef __SYMBIAN32__
   166 #define HAVE_POLL 1
   186 #define HAVE_POLL 1
   167 #endif
   187 #endif
   270 
   290 
   271 /* Define to the full name of this package. */
   291 /* Define to the full name of this package. */
   272 #define PACKAGE_NAME "GStreamer"
   292 #define PACKAGE_NAME "GStreamer"
   273 
   293 
   274 /* Define to the full name and version of this package. */
   294 /* Define to the full name and version of this package. */
   275 #define PACKAGE_STRING "GStreamer 0.10.19"
   295 #define PACKAGE_STRING "GStreamer 0.10.24"
   276 
   296 
   277 /* Define to the one symbol short name of this package. */
   297 /* Define to the one symbol short name of this package. */
   278 #define PACKAGE_TARNAME "gstreamer"
   298 #define PACKAGE_TARNAME "gstreamer"
   279 
   299 
   280 /* Define to the version of this package. */
   300 /* Define to the version of this package. */
   281 #define PACKAGE_VERSION "0.10.19"
   301 #define PACKAGE_VERSION "0.10.24"
   282 
   302 
   283 #define PLUGIN_LIST "c:\\gstreamer\\plugins_list"
   303 /// needed for audiofx
   284 #define PLUGIN_LIST_IN_ROM "z:\\gstreamer\\plugins_list"
   304 #ifndef G_PARAM_STATIC_STRINGS
   285 #define GSTREAMER_REGISTERY_PATH "c:\\gstreamer"
   305 #define	G_PARAM_STATIC_STRINGS (G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB)
   286 #define GSTREAMER_REGISTERY_PATH_IN_ROM "z:\\gstreamer"
   306 #endif
   287 
   307 
   288 #define GST_REGISTRY_GENERATOR "GSTRegistryGenerator.exe"
   308 
   289 /* directory where plugins are located */
   309 /* directory where plugins are located */
   290 #ifdef __SYMBIAN32__
   310 #ifdef __SYMBIAN32__
   291 #if defined(__WINSCW__) || defined(__WINS__)
   311 #if defined(__WINSCW__) || defined(__WINS__)
   292 #define PLUGINDIR "z:\\sys\\bin\\plugins"
   312 #define PLUGINDIR "z:\\sys\\bin\\plugins"
   293 #else 
   313 #else 
   310 
   330 
   311 /* Define if we should poison deallocated memory */
   331 /* Define if we should poison deallocated memory */
   312 /* #undef USE_POISONING */
   332 /* #undef USE_POISONING */
   313 
   333 
   314 /* Version number of package */
   334 /* Version number of package */
   315 #define VERSION "0.10.19"
   335 #define VERSION "0.10.24"
   316 
   336 
   317 /* Define to 1 if your processor stores words with the most significant byte
   337 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
   318    first (like Motorola and SPARC, unlike Intel and VAX). */
   338    significant byte first (like Motorola and SPARC, unlike Intel). */
   319 /* #undef WORDS_BIGENDIAN */
   339 #if defined AC_APPLE_UNIVERSAL_BUILD
       
   340 # if defined __BIG_ENDIAN__
       
   341 #  define WORDS_BIGENDIAN 1
       
   342 # endif
       
   343 #else
       
   344 # ifndef WORDS_BIGENDIAN
       
   345 /* #  undef WORDS_BIGENDIAN */
       
   346 # endif
       
   347 #endif
   320 
   348 
   321 /* Number of bits in a file offset, on hosts where this is settable. */
   349 /* Number of bits in a file offset, on hosts where this is settable. */
   322 #define _FILE_OFFSET_BITS 64
   350 #define _FILE_OFFSET_BITS 64
   323 
   351 
   324 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
   352 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
   325 /* #undef _LARGEFILE_SOURCE */
   353 /* #undef _LARGEFILE_SOURCE */
   326 
   354 
   327 /* Define for large files, on AIX-style hosts. */
   355 /* Define for large files, on AIX-style hosts. */
   328 /* #undef _LARGE_FILES */
   356 /* #undef _LARGE_FILES */
       
   357 
       
   358 /* We need at least WinXP SP2 for __stat64 */
       
   359 /* #undef __MSVCRT_VERSION__ */
   329 
   360 
   330 /* Define to `__inline__' or `__inline' if that's what the C compiler
   361 /* Define to `__inline__' or `__inline' if that's what the C compiler
   331    calls it, or to nothing if 'inline' is not supported under any name.  */
   362    calls it, or to nothing if 'inline' is not supported under any name.  */
   332 #ifndef __cplusplus
   363 #ifndef __cplusplus
   333 /* #undef inline */
   364 /* #undef inline */
   334 #endif
   365 #else
       
   366 #ifdef __WINSCW__ 
       
   367 _LIT(KResFileNamePath,"\\sys\\bin\\plugins\\");
       
   368 #else
       
   369 _LIT(KResFileNamePath,"\\sys\\bin\\");
       
   370 #endif
       
   371 #endif
       
   372 
       
   373 #define PLUGIN_LIST_TXT_FILE_PATH "c:\\gstreamer\\plugins_list"
       
   374 #define PLUGIN_LIST_TXT_FILE_PATH_IN_ROM "z:\\gstreamer\\plugins_list"
       
   375 #define GSTREAMER_REGISTERY_PATH "c:\\gstreamer"
       
   376 #define GSTREAMER_REGISTERY_PATH_IN_ROM "z:\\gstreamer"
       
   377 #define GSTREAMER_TXT_FILE_SUFFIX "txt"