X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=win32%2Fcommon%2Fconfig.h;h=904c9306fa5dfc7e8c9018abd38d2a5e102dc8c2;hb=473c00819902c05e1892b9d20b8e377adf47fe50;hp=3df3577ba9bef25662e4e7c82d5be49c1f7b3d53;hpb=2e6d61743fa3b69f856f1ce99e54c093bb091120;p=platform%2Fupstream%2Fgstreamer.git diff --git a/win32/common/config.h b/win32/common/config.h index 3df3577..904c930 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -62,7 +62,10 @@ #define GST_PACKAGE_ORIGIN "Unknown package origin" /* GStreamer package release date/time for plugins as YYYY-MM-DD */ -#define GST_PACKAGE_RELEASE_DATETIME "2012-09-17" +#define GST_PACKAGE_RELEASE_DATETIME "2014-05-03" + +/* Define if static plugins should be built */ +#undef GST_PLUGIN_BUILD_STATIC /* location of the installed gst-plugin-scanner */ #define GST_PLUGIN_SCANNER_INSTALLED LIBDIR "\\gst-plugin-scanner" @@ -166,12 +169,25 @@ /* Define if you have the iconv() function and it works. */ #undef HAVE_ICONV +/* Define to 1 if the system has the type `intmax_t'. */ +#undef HAVE_INTMAX_T + /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H +/* Define if exists, doesn't clash with , and + declares uintmax_t. */ +#undef HAVE_INTTYPES_H_WITH_UINTMAX + /* Define to 1 if you have the `localtime_r' function. */ #undef HAVE_LOCALTIME_R +/* Define to 1 if the system has the type long long */ +#undef HAVE_LONG_LONG + +/* Define to 1 if the system has the type `long long int'. */ +#undef HAVE_LONG_LONG_INT + /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H @@ -202,26 +218,23 @@ /* defined if the compiler implements __PRETTY_FUNCTION__ */ #undef HAVE_PRETTY_FUNCTION -/* Defined if we have printf specifier extensions available */ -#undef HAVE_PRINTF_EXTENSION - /* Define to 1 if you have the header file. */ #define HAVE_PROCESS_H 1 /* Define to 1 if you have the `pselect' function. */ #undef HAVE_PSELECT -/* Define to 1 if you have the header file. */ -#undef HAVE_PTHREAD_H +/* Define if you have POSIX threads libraries and header files. */ +#undef HAVE_PTHREAD -/* Define if RDTSC is available */ -#undef HAVE_RDTSC +/* Have PTHREAD_PRIO_INHERIT. */ +#undef HAVE_PTHREAD_PRIO_INHERIT -/* Define to 1 if you have the `register_printf_function' function. */ -#undef HAVE_REGISTER_PRINTF_FUNCTION +/* Define to 1 if the system has the type `ptrdiff_t'. */ +#undef HAVE_PTRDIFF_T -/* Define to 1 if you have the `register_printf_specifier' function. */ -#undef HAVE_REGISTER_PRINTF_SPECIFIER +/* Define if RDTSC is available */ +#undef HAVE_RDTSC /* Define to 1 if you have the `sigaction' function. */ #undef HAVE_SIGACTION @@ -229,6 +242,10 @@ /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H +/* Define if exists, doesn't clash with , and declares + uintmax_t. */ +#undef HAVE_STDINT_H_WITH_UINTMAX + /* Define to 1 if you have the header file. */ #undef HAVE_STDIO_EXT_H @@ -286,6 +303,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H +/* Define to 1 if the system has the type `unsigned long long int'. */ +#undef HAVE_UNSIGNED_LONG_LONG_INT + /* Define if valgrind should be used */ #undef HAVE_VALGRIND @@ -324,9 +344,6 @@ /* Memory alignment by pagesize */ #undef MEMORY_ALIGNMENT_PAGESIZE -/* Define to 1 if your C compiler doesn't accept -c and -o together. */ -#undef NO_MINUS_C_MINUS_O - /* Name of package */ #define PACKAGE "gstreamer" @@ -337,7 +354,7 @@ #define PACKAGE_NAME "GStreamer" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer 0.11.99" +#define PACKAGE_STRING "GStreamer 1.3.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gstreamer" @@ -346,7 +363,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.11.99" +#define PACKAGE_VERSION "1.3.1" /* directory where plugins are located */ #ifdef _DEBUG @@ -355,6 +372,10 @@ # define PLUGINDIR PREFIX "\\lib\\gstreamer-1.0" #endif +/* Define to necessary symbol if this constant uses a non-standard name on + your system. */ +#undef PTHREAD_CREATE_JOINABLE + /* The size of `char', as computed by sizeof. */ #undef SIZEOF_CHAR @@ -380,7 +401,7 @@ #undef USE_POISONING /* Version number of package */ -#define VERSION "0.11.99" +#define VERSION "1.3.1" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ @@ -410,3 +431,10 @@ /* We need at least WinXP SP2 for __stat64 */ #undef __MSVCRT_VERSION__ + +/* Define to the widest signed integer type if and do + not define. */ +#undef intmax_t + +/* Define to `unsigned int' if does not define. */ +#undef size_t