updates for 2in32

Original commit message from CVS:
updates for 2in32
This commit is contained in:
Thomas Vander Stichele 2005-10-16 09:51:25 +00:00
parent 101c15c9b8
commit 8a0106502f
2 changed files with 8 additions and 8 deletions

View file

@ -24,13 +24,13 @@
#define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
/* GStreamer license */
#define GST_LICENSE LGPL
#define GST_LICENSE "LGPL"
/* package origin */
#define GST_ORIGIN @GST_ORIGIN@
#define GST_PACKAGE_ORIGIN "Unknown package origin"
"
/* package name in plugins */
#define GST_PACKAGE @GST_PACKAGE@
#define GST_PACKAGE_NAME "GStreamer CVS/prerelease"
/* Define the version */
#define GST_VERSION 0.9.3.1

View file

@ -24,13 +24,13 @@
#define GST_LEVEL_DEFAULT @GST_LEVEL_DEFAULT@
/* GStreamer license */
#define GST_LICENSE @GST_LICENSE@
#define GST_LICENSE "@GST_LICENSE@"
/* package origin */
#define GST_ORIGIN @GST_ORIGIN@
#define GST_PACKAGE_ORIGIN "@GST_PACKAGE_ORIGIN@"
"
/* package name in plugins */
#define GST_PACKAGE @GST_PACKAGE@
#define GST_PACKAGE_NAME "@GST_PACKAGE_NAME@"
/* Define the version */
#define GST_VERSION @GST_VERSION@