diff options
author | Stefan Kost <ensonic@users.sf.net> | 2010-01-22 17:45:20 +0200 |
---|---|---|
committer | Stefan Kost <ensonic@users.sf.net> | 2010-01-25 09:54:27 +0200 |
commit | 68ca62b369fc1b77adae85d9d805457fe4e3b562 (patch) | |
tree | 02f8551518198477683db4b88c9e7a14f2adfb6c /win32/common | |
parent | 7e067615ffb5614f068f7753c10dde99afe49c3c (diff) | |
download | gstreamer-plugins-bad-68ca62b369fc1b77adae85d9d805457fe4e3b562.tar.gz |
mxf: add a return to fix the build when turning assert off
Diffstat (limited to 'win32/common')
-rw-r--r-- | win32/common/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/common/config.h b/win32/common/config.h index 55d47b871..10fbcb4ab 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -6,7 +6,7 @@ #undef ENABLE_NLS /* gettext package name */ -#define GETTEXT_PACKAGE "gst-plugins-bad-0.10" +#define GETTEXT_PACKAGE "NULL" /* PREFIX - specifically added for Windows for easier moving */ #define PREFIX "C:\\gstreamer" @@ -27,7 +27,7 @@ #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git" /* package origin */ -#define GST_PACKAGE_ORIGIN "Unknown package origin" +#define GST_PACKAGE_ORIGIN "http://gstreamer.freedesktop.org" /* Define if the host CPU is an Alpha */ #undef HAVE_CPU_ALPHA |