~ubuntu-branches/ubuntu/trusty/gstreamer1.0/trusty-proposed

« back to all changes in this revision

Viewing changes to win32/common/config.h

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-06-08 09:38:04 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120608093804-q9gzihfevul7nqtc
Tags: 0.11.92-1
* debian/control.in:
  + Update automake, autoconf and libtool build dependencies.
* New upstream release, "High Hopes":
  + debian/libgstreamer.symbols:
    - Update symbols file.
* debian/gst-codec-info.c:
  + Updated for API changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
#define GST_PACKAGE_ORIGIN "Unknown package origin"
63
63
 
64
64
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
65
 
#define GST_PACKAGE_RELEASE_DATETIME "2012-05-13"
 
65
#define GST_PACKAGE_RELEASE_DATETIME "2012-06-07"
66
66
 
67
67
/* location of the installed gst-plugin-scanner */
68
68
#define GST_PLUGIN_SCANNER_INSTALLED LIBDIR "\\gst-plugin-scanner"
78
78
/* Define to 1 if you have the `clock_gettime' function. */
79
79
#undef HAVE_CLOCK_GETTIME
80
80
 
81
 
/* Define if the host CPU is an Alpha */
 
81
/* Define if the target CPU is an Alpha */
82
82
#undef HAVE_CPU_ALPHA
83
83
 
84
 
/* Define if the host CPU is an ARM */
 
84
/* Define if the target CPU is an ARM */
85
85
#undef HAVE_CPU_ARM
86
86
 
87
 
/* Define if the host CPU is a CRIS */
 
87
/* Define if the target CPU is a CRIS */
88
88
#undef HAVE_CPU_CRIS
89
89
 
90
 
/* Define if the host CPU is a CRISv32 */
 
90
/* Define if the target CPU is a CRISv32 */
91
91
#undef HAVE_CPU_CRISV32
92
92
 
93
 
/* Define if the host CPU is a HPPA */
 
93
/* Define if the target CPU is a HPPA */
94
94
#undef HAVE_CPU_HPPA
95
95
 
96
 
/* Define if the host CPU is an x86 */
 
96
/* Define if the target CPU is an x86 */
97
97
#define HAVE_CPU_I386 1
98
98
 
99
 
/* Define if the host CPU is a IA64 */
 
99
/* Define if the target CPU is a IA64 */
100
100
#undef HAVE_CPU_IA64
101
101
 
102
 
/* Define if the host CPU is a M68K */
 
102
/* Define if the target CPU is a M68K */
103
103
#undef HAVE_CPU_M68K
104
104
 
105
 
/* Define if the host CPU is a MIPS */
 
105
/* Define if the target CPU is a MIPS */
106
106
#undef HAVE_CPU_MIPS
107
107
 
108
 
/* Define if the host CPU is a PowerPC */
 
108
/* Define if the target CPU is a PowerPC */
109
109
#undef HAVE_CPU_PPC
110
110
 
111
 
/* Define if the host CPU is a 64 bit PowerPC */
 
111
/* Define if the target CPU is a 64 bit PowerPC */
112
112
#undef HAVE_CPU_PPC64
113
113
 
114
 
/* Define if the host CPU is a S390 */
 
114
/* Define if the target CPU is a S390 */
115
115
#undef HAVE_CPU_S390
116
116
 
117
 
/* Define if the host CPU is a SPARC */
 
117
/* Define if the target CPU is a SPARC */
118
118
#undef HAVE_CPU_SPARC
119
119
 
120
 
/* Define if the host CPU is a x86_64 */
 
120
/* Define if the target CPU is a x86_64 */
121
121
#undef HAVE_CPU_X86_64
122
122
 
123
123
/* Define if the GNU dcgettext() function is already present or preinstalled.
334
334
#define PACKAGE_NAME "GStreamer"
335
335
 
336
336
/* Define to the full name and version of this package. */
337
 
#define PACKAGE_STRING "GStreamer 0.11.91"
 
337
#define PACKAGE_STRING "GStreamer 0.11.92"
338
338
 
339
339
/* Define to the one symbol short name of this package. */
340
340
#define PACKAGE_TARNAME "gstreamer"
343
343
#undef PACKAGE_URL
344
344
 
345
345
/* Define to the version of this package. */
346
 
#define PACKAGE_VERSION "0.11.91"
 
346
#define PACKAGE_VERSION "0.11.92"
347
347
 
348
348
/* directory where plugins are located */
349
349
#ifdef _DEBUG
370
370
/* Define to 1 if you have the ANSI C header files. */
371
371
#undef STDC_HEADERS
372
372
 
 
373
/* the target CPU */
 
374
#undef TARGET_CPU
 
375
 
373
376
/* Define if we should poison deallocated memory */
374
377
#undef USE_POISONING
375
378
 
376
379
/* Version number of package */
377
 
#define VERSION "0.11.91"
 
380
#define VERSION "0.11.92"
378
381
 
379
382
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
380
383
   significant byte first (like Motorola and SPARC, unlike Intel). */