~ubuntu-branches/ubuntu/wily/gst-plugins-base1.0/wily

« back to all changes in this revision

Viewing changes to win32/common/config.h

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2013-08-30 12:44:33 UTC
  • mfrom: (1.1.17) (7.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20130830124433-j7huznw0b65mlko2
Tags: 1.1.4-1
* New upstream development snapshot:
  + debian/rules,
    debian/build-deps.in:
    - Build-depend on GStreamer >= 1.1.4.
  + debian/libgstreamer-plugins-base.symbols:
    - Add new symbols.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
#define GST_PACKAGE_ORIGIN "Unknown package origin"
85
85
 
86
86
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
87
 
#define GST_PACKAGE_RELEASE_DATETIME "2013-07-29"
 
87
#define GST_PACKAGE_RELEASE_DATETIME "2013-08-28"
88
88
 
89
89
/* Define if static plugins should be built */
90
90
#undef GST_PLUGIN_BUILD_STATIC
325
325
#define PACKAGE_NAME "GStreamer Base Plug-ins"
326
326
 
327
327
/* Define to the full name and version of this package. */
328
 
#define PACKAGE_STRING "GStreamer Base Plug-ins 1.1.3"
 
328
#define PACKAGE_STRING "GStreamer Base Plug-ins 1.1.4"
329
329
 
330
330
/* Define to the one symbol short name of this package. */
331
331
#define PACKAGE_TARNAME "gst-plugins-base"
334
334
#undef PACKAGE_URL
335
335
 
336
336
/* Define to the version of this package. */
337
 
#define PACKAGE_VERSION "1.1.3"
 
337
#define PACKAGE_VERSION "1.1.4"
338
338
 
339
339
/* directory where plugins are located */
340
340
#ifdef _DEBUG
368
368
#undef USE_TREMOLO
369
369
 
370
370
/* Version number of package */
371
 
#define VERSION "1.1.3"
 
371
#define VERSION "1.1.4"
372
372
 
373
373
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
374
374
   significant byte first (like Motorola and SPARC, unlike Intel). */