mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
updates for 2in32
Original commit message from CVS: updates for 2in32
This commit is contained in:
parent
101c15c9b8
commit
8a0106502f
2 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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@
|
||||
|
|
Loading…
Reference in a new issue