More ENABLE_NLS fixes

This commit is contained in:
Benjamin Otte 2010-03-16 18:31:15 +01:00
parent 19900b481a
commit 420d7b111d
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@ plugin_init (GstPlugin * plugin)
GST_DEBUG_CATEGORY_INIT (alsa_debug, "alsa", 0, "alsa plugins");
#if ENABLE_NLS
#ifdef ENABLE_NLS
GST_DEBUG ("binding text domain %s to locale dir %s", GETTEXT_PACKAGE,
LOCALEDIR);
bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);

View file

@ -3303,7 +3303,7 @@ gst_ogg_demux_plugin_init (GstPlugin * plugin)
GST_DEBUG_CATEGORY_INIT (gst_ogg_demux_setup_debug, "oggdemux_setup", 0,
"ogg demuxer setup stage when parsing pipeline");
#if ENABLE_NLS
#ifdef ENABLE_NLS
GST_DEBUG ("binding text domain %s to locale dir %s", GETTEXT_PACKAGE,
LOCALEDIR);
bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);