From 0c7ff9acaebbe97b1aeb54860d0e1b97fe2ff088 Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Mon, 12 Jul 2004 20:15:56 +0000 Subject: [PATCH] Update to another gettext public build Original commit message from CVS: Update to another gettext public build --- ChangeLog | 7 +++++++ docs/manual/appendix-win32.xml | 4 ++-- docs/manual/win32.xml | 4 ++-- win32/config.h | 2 +- win32/gst-register.vcproj | 12 ++++++------ win32/gstreamer.def | 1 + win32/vs7/gst-register.vcproj | 12 ++++++------ win32/vs7/gstreamer.def | 1 + 8 files changed, 26 insertions(+), 17 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0576abc..e5dcda5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,11 @@ 2004-07-12 Steve Lhomme + * docs/manual/win32.xml: + * win32/config.h: + * win32/gst-register.vcproj: + * win32/gstreamer.def: + Update to another gettext public build + +2004-07-12 Steve Lhomme * gst/gstplugin.c: Fix an impossible C syntax * win32/config.h: diff --git a/docs/manual/appendix-win32.xml b/docs/manual/appendix-win32.xml index fa86d2b..e699afe 100644 --- a/docs/manual/appendix-win32.xml +++ b/docs/manual/appendix-win32.xml @@ -34,8 +34,8 @@ available in your system PATH. Notes -you can find Win32 versions of these libraries on http://gnuwin32.sourceforge.net/ -You will need the Binaries and Developer files for each package. +you can find Win32 versions of these libraries on http://gettext.sourceforge.net/ and +http://gnuwin32.sourceforge.net/ (you will need the Binaries and Developer files for each package). GLib can be found on ftp://ftp.gtk.org/pub/gtk/v2.4/ and should be compiled from the sources diff --git a/docs/manual/win32.xml b/docs/manual/win32.xml index fa86d2b..e699afe 100644 --- a/docs/manual/win32.xml +++ b/docs/manual/win32.xml @@ -34,8 +34,8 @@ available in your system PATH. Notes -you can find Win32 versions of these libraries on http://gnuwin32.sourceforge.net/ -You will need the Binaries and Developer files for each package. +you can find Win32 versions of these libraries on http://gettext.sourceforge.net/ and +http://gnuwin32.sourceforge.net/ (you will need the Binaries and Developer files for each package). GLib can be found on ftp://ftp.gtk.org/pub/gtk/v2.4/ and should be compiled from the sources diff --git a/win32/config.h b/win32/config.h index d0d7eed..f9f65a2 100644 --- a/win32/config.h +++ b/win32/config.h @@ -1,7 +1,7 @@ /* config.h.in. Generated from configure.ac by autoheader. */ /* always defined to indicate that i18n is enabled */ -#define ENABLE_NLS 0 +#define ENABLE_NLS 1 /* gettext package name */ #define GETTEXT_PACKAGE "gstreamer-0.8" diff --git a/win32/gst-register.vcproj b/win32/gst-register.vcproj index 10c286c..2790adc 100644 --- a/win32/gst-register.vcproj +++ b/win32/gst-register.vcproj @@ -20,7 +20,7 @@