[MPlayer-dev-eng] [BUG][PATCH] Compilation fails on some machines with --enable-fribidi

Raindel Shachar raindel at techunix.technion.ac.il
Sat Oct 11 14:14:15 CEST 2003


Hi, some guy said to me over IRC, that mplayer build fails when he enables
fribidi. The attached patch fixes the problem for him. Can you please
apply?

   Cheers
   Shachar
-------------- next part --------------
Index: cfg-common.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-common.h,v
retrieving revision 1.112
diff -u -r1.112 cfg-common.h
--- cfg-common.h	6 Sep 2003 00:23:44 -0000	1.112
+++ cfg-common.h	11 Oct 2003 10:45:13 -0000
@@ -346,6 +346,12 @@
 extern m_config_t dvbin_opts_conf[];
 #endif
 
+#ifdef  USE_FRIBIDI
+extern char *fribidi_charset;
+extern int flip_hebrew;
+#endif
+
+
 extern int audio_stream_cache;
 
 extern int sws_chr_vshift;


More information about the MPlayer-dev-eng mailing list