[vlc-devel] commit: MKV wants to include libintl.h ( Rémi Denis-Courmont )
git version control
git at videolan.org
Mon Apr 20 11:23:51 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Apr 20 12:23:16 2009 +0300| [11871cfeef80f769d4ce13f58d7af66e5a397fd2] | committer: Rémi Denis-Courmont
MKV wants to include libintl.h
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=11871cfeef80f769d4ce13f58d7af66e5a397fd2
---
modules/demux/mkv/mkv.hpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/demux/mkv/mkv.hpp b/modules/demux/mkv/mkv.hpp
index c01e5ff..0b8964e 100644
--- a/modules/demux/mkv/mkv.hpp
+++ b/modules/demux/mkv/mkv.hpp
@@ -38,6 +38,7 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
+#undef gettext
#include <inttypes.h>
More information about the vlc-devel
mailing list