[vlc-devel] commit: libintl is never "included" anymore ( Rémi Denis-Courmont )

git version control git at videolan.org
Thu May 1 17:32:17 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Thu May  1 18:33:26 2008 +0300| [0065092103e830b8d2e1e167c9630ee3e76d5e19]

libintl is never "included" anymore

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0065092103e830b8d2e1e167c9630ee3e76d5e19
---

 include/vlc_common.h |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/include/vlc_common.h b/include/vlc_common.h
index 3b8ab21..2e92ea3 100644
--- a/include/vlc_common.h
+++ b/include/vlc_common.h
@@ -976,11 +976,7 @@ VLC_EXPORT( unsigned, vlc_CPU, ( void ) );
       defined(MODULE_NAME_IS_pda))
     /* Declare nothing: gnome.h will do it for us */
 #elif defined( ENABLE_NLS )
-#   if defined( HAVE_INCLUDED_GETTEXT )
-#       include "libintl.h"
-#   else
-#       include <libintl.h>
-#   endif
+#   include <libintl.h>
 #   undef _
 #   ifdef WIN32
 #       define _(String) vlc_dgettext (PACKAGE_NAME, String)




More information about the vlc-devel mailing list