summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2010-01-25 11:48:29 +0200
committerStefan Kost <ensonic@users.sf.net>2010-01-25 11:48:29 +0200
commit76daceadcae6ec358f48d671fb51a69024429671 (patch)
tree8c758ea78e3b7d63557f85887ce3f1fb1b257d10 /win32
parent68ca62b369fc1b77adae85d9d805457fe4e3b562 (diff)
downloadgstreamer-plugins-bad-76daceadcae6ec358f48d671fb51a69024429671.tar.gz
Revert "mxf: add a return to fix the build when turning assert off"
This reverts commit 68ca62b369fc1b77adae85d9d805457fe4e3b562.
Diffstat (limited to 'win32')
-rw-r--r--win32/common/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/common/config.h b/win32/common/config.h
index 10fbcb4ab..55d47b871 100644
--- a/win32/common/config.h
+++ b/win32/common/config.h
@@ -6,7 +6,7 @@
#undef ENABLE_NLS
/* gettext package name */
-#define GETTEXT_PACKAGE "NULL"
+#define GETTEXT_PACKAGE "gst-plugins-bad-0.10"
/* 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 "http://gstreamer.freedesktop.org"
+#define GST_PACKAGE_ORIGIN "Unknown package origin"
/* Define if the host CPU is an Alpha */
#undef HAVE_CPU_ALPHA