~ubuntu-branches/ubuntu/precise/gst-plugins-bad0.10/precise-proposed

« back to all changes in this revision

Viewing changes to win32/common/config.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2011-03-07 09:16:53 UTC
  • mfrom: (18.3.21 experimental)
  • Revision ID: james.westby@ubuntu.com-20110307091653-byfee32d39q0c5d4
Tags: 0.10.21-1ubuntu1
* Merge with Debian; remaining changes.
  - Remove plugins that are now provided -good in
    debian/gstreamer-plugins-bad.install:
    - libgstautoconvert.so
    - libgstdtmf.so
    - libgstliveadder.so
    - libgstrtpmux.so
  - Revert enabling of libgstlv2 -- drop lv2core, libslv2-dev from
    debian/build-deps.in and remove libgstlv2 from
    debian/gstreamer-plugins-bad.install.  This plugin segfaults on amd64
    and is too unstable for now. the bug requesting this was LP #511334 and
    the instability statement is at LP #513347. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#define GST_LICENSE "LGPL"
25
25
 
26
26
/* package name in plugins */
27
 
#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins prerelease"
 
27
#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
28
28
 
29
29
/* package origin */
30
30
#define GST_PACKAGE_ORIGIN "Unknown package origin"
199
199
#undef USE_POISONING
200
200
 
201
201
/* Version number of package */
202
 
#define VERSION "0.10.20.3"
 
202
#define VERSION "0.10.21"
203
203
 
204
204
/* Define to 1 if your processor stores words with the most significant byte
205
205
   first (like Motorola and SPARC, unlike Intel and VAX). */