diff -r 71e347f905f2 -r 4a7fac7dd34a gstreamer_core/config.h --- a/gstreamer_core/config.h Fri Mar 19 09:35:09 2010 +0200 +++ b/gstreamer_core/config.h Fri Apr 16 15:15:52 2010 +0300 @@ -1,6 +1,9 @@ /* config.h. Generated from config.h.in by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ +/* Define if building universal (internal helper macro) */ +/* #undef AC_APPLE_UNIVERSAL_BUILD */ + /* Define to 1 if translation of program messages to the user's native language is requested. */ #undef ENABLE_NLS @@ -8,8 +11,14 @@ /* gettext package name */ #define GETTEXT_PACKAGE "gstreamer-0.10" +/* data dir */ +#define GST_DATADIR "/usr/local/share" +//#define GST_DISABLE_GST_DEBUG 1 /* Define if pipeline parsing code is disabled */ -//#define GST_DISABLE_PARSE 1 +/* #undef GST_DISABLE_PARSE */ + +/* Extra platform specific plugin suffix */ +/* #undef GST_EXTRA_MODULE_SUFFIX */ /* macro to use to show function name */ #define GST_FUNCTION __PRETTY_FUNCTION__ @@ -17,6 +26,9 @@ /* Defined if gcov is enabled to force a rebuild due to config.h changing */ /* #undef GST_GCOV_ENABLED */ +/* Defined when registry scanning through fork is unsafe */ +/* #undef GST_HAVE_UNSAFE_FORK */ + /* Default errorlevel to use */ #ifdef DEBUG_ENABLE #define GST_LEVEL_DEFAULT GST_LEVEL_DEBUG @@ -36,6 +48,14 @@ /* package origin */ #define GST_PACKAGE_ORIGIN "Unknown package origin" +/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the + CoreFoundation framework. */ +/* #undef HAVE_CFLOCALECOPYCURRENT */ + +/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in + the CoreFoundation framework. */ +/* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ + /* Define to 1 if you have the `clock_gettime' function. */ #define HAVE_CLOCK_GETTIME 1 @@ -159,7 +179,7 @@ #define HAVE_MMAP 1 /* Have a monotonic clock */ -#define HAVE_MONOTONIC_CLOCK 1 +//#define HAVE_MONOTONIC_CLOCK 1 /* Define to 1 if you have the `poll' function. */ #ifndef __SYMBIAN32__ @@ -272,20 +292,20 @@ #define PACKAGE_NAME "GStreamer" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer 0.10.19" +#define PACKAGE_STRING "GStreamer 0.10.24" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gstreamer" /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.10.19" +#define PACKAGE_VERSION "0.10.24" -#define PLUGIN_LIST "c:\\gstreamer\\plugins_list" -#define PLUGIN_LIST_IN_ROM "z:\\gstreamer\\plugins_list" -#define GSTREAMER_REGISTERY_PATH "c:\\gstreamer" -#define GSTREAMER_REGISTERY_PATH_IN_ROM "z:\\gstreamer" +/// needed for audiofx +#ifndef G_PARAM_STATIC_STRINGS +#define G_PARAM_STATIC_STRINGS (G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB) +#endif -#define GST_REGISTRY_GENERATOR "GSTRegistryGenerator.exe" + /* directory where plugins are located */ #ifdef __SYMBIAN32__ #if defined(__WINSCW__) || defined(__WINS__) @@ -312,11 +332,19 @@ /* #undef USE_POISONING */ /* Version number of package */ -#define VERSION "0.10.19" +#define VERSION "0.10.24" -/* Define to 1 if your processor stores words with the most significant byte - first (like Motorola and SPARC, unlike Intel and VAX). */ -/* #undef WORDS_BIGENDIAN */ +/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most + significant byte first (like Motorola and SPARC, unlike Intel). */ +#if defined AC_APPLE_UNIVERSAL_BUILD +# if defined __BIG_ENDIAN__ +# define WORDS_BIGENDIAN 1 +# endif +#else +# ifndef WORDS_BIGENDIAN +/* # undef WORDS_BIGENDIAN */ +# endif +#endif /* Number of bits in a file offset, on hosts where this is settable. */ #define _FILE_OFFSET_BITS 64 @@ -327,8 +355,23 @@ /* Define for large files, on AIX-style hosts. */ /* #undef _LARGE_FILES */ +/* We need at least WinXP SP2 for __stat64 */ +/* #undef __MSVCRT_VERSION__ */ + /* Define to `__inline__' or `__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. */ #ifndef __cplusplus /* #undef inline */ +#else +#ifdef __WINSCW__ +_LIT(KResFileNamePath,"\\sys\\bin\\plugins\\"); +#else +_LIT(KResFileNamePath,"\\sys\\bin\\"); #endif +#endif + +#define PLUGIN_LIST_TXT_FILE_PATH "c:\\gstreamer\\plugins_list" +#define PLUGIN_LIST_TXT_FILE_PATH_IN_ROM "z:\\gstreamer\\plugins_list" +#define GSTREAMER_REGISTERY_PATH "c:\\gstreamer" +#define GSTREAMER_REGISTERY_PATH_IN_ROM "z:\\gstreamer" +#define GSTREAMER_TXT_FILE_SUFFIX "txt"