updated config

Original commit message from CVS:
updated config
This commit is contained in:
Thomas Vander Stichele 2005-10-28 17:34:32 +00:00
parent 55c8e8b41e
commit d5dea91948
2 changed files with 5 additions and 5 deletions

2
common

@ -1 +1 @@
Subproject commit 1cb5d7b76a01c711674c752015089e70c394fa99
Subproject commit a0c6a14dbc3cb62bf513502eaef83d0600a7c1ca

View file

@ -21,7 +21,7 @@
#undef GST_GCOV_ENABLED
/* Default errorlevel to use */
#define GST_LEVEL_DEFAULT GST_LEVEL_NONE
#define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
/* GStreamer license */
#define GST_LICENSE "LGPL"
@ -30,10 +30,10 @@
#define GST_PACKAGE_ORIGIN "Unknown package origin"
/* package name in plugins */
#define GST_PACKAGE_NAME "GStreamer source release"
#define GST_PACKAGE_NAME "GStreamer CVS/prerelease"
/* Define the version */
#define GST_VERSION "0.9.4"
#define GST_VERSION "0.9.4.1"
/* Define if the host CPU is an Alpha */
#undef HAVE_CPU_ALPHA
@ -205,7 +205,7 @@
#undef USE_POISONING
/* Version number of package */
#define VERSION "0.9.4"
#define VERSION "0.9.4.1"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */