[Mplayer-cvslog] CVS: main mencoder.c,1.42,1.43

pl pl at mplayer.dev.hu
Sun Dec 16 12:37:26 CET 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv32690

Modified Files:
	mencoder.c 
Log Message:
Patch by Adam Di Carlo <adam at onshore-devel.com>:
 * mencoder.c: If we HAVE_LIBCSS we need to include libmpdemux/dvdauth.h


Index: mencoder.c
===================================================================
RCS file: /cvsroot/mplayer/main/mencoder.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- mencoder.c	15 Dec 2001 17:12:20 -0000	1.42
+++ mencoder.c	16 Dec 2001 11:37:23 -0000	1.43
@@ -50,6 +50,10 @@
 #include <lame/lame.h>
 #endif
 
+#ifdef HAVE_LIBCSS
+#include "libmpdemux/dvdauth.h"
+#endif
+
 #include <inttypes.h>
 #include "../postproc/swscale.h"
 




More information about the MPlayer-cvslog mailing list