[MPlayer-dev-eng] [PATCH] Compile mplayer with ffmpeg 7311

Carl Eugen Hoyos cehoyos at ag.or.at
Wed Dec 13 11:13:51 CET 2006


Hi!

Attached patch allows to compile mplayer with libavformat/x11grab.c

Regards, Carl Eugen
-------------- next part --------------
Index: configure
===================================================================
--- configure	(Revision 21606)
+++ configure	(Arbeitskopie)
@@ -3841,7 +3841,7 @@
     else
       _ld_tmp="$I -lXext -lX11 $_ld_sock $_ld_pthread"
     fi
-    cc_check $_inc_x11 $_ld_tmp && _libs_mplayer="$_libs_mplayer $_ld_tmp" \
+    cc_check $_inc_x11 $_ld_tmp && _ld_extra="$_ld_extra $_ld_tmp" \
                       && _x11=yes && break
   done
 fi


More information about the MPlayer-dev-eng mailing list