~ubuntu-branches/ubuntu/karmic/gst-plugins-bad0.10/karmic-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: 2009-01-08 07:59:36 UTC
  • mto: (18.1.3 sid) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: james.westby@ubuntu.com-20090108075936-dpmodc3g7ko1scwd
Tags: upstream-0.10.9.2
Import upstream version 0.10.9.2

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 source release"
 
27
#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins CVS/prerelease"
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.9"
 
202
#define VERSION "0.10.9.2"
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). */