[Mplayer-cvslog] CVS: main mencoder.c,1.42,1.43
pl
pl at mplayer.dev.hu
Sun Dec 16 12:37:26 CET 2001
- Previous message: [Mplayer-cvslog] CVS: main configure,1.327,1.328
- Next message: [Mplayer-cvslog] CVS: main/DOCS/Polish BUGREPORTS,1.2,NONE BUGS,1.1,NONE CDROM,1.1,NONE CODECS,1.1,NONE Debian,1.1,NONE FreeBSD,1.2,NONE INSTALL,1.1,NONE LIRC,1.1,NONE MTRR,1.1,NONE Makefile,1.2,NONE OpenDivX,1.1,NONE README,1.1,NONE SDL,1.1,NONE SOUNDCARDS,1.2,NONE SUB+OSD,1.3,NONE documentation.sgml,1.2,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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"
- Previous message: [Mplayer-cvslog] CVS: main configure,1.327,1.328
- Next message: [Mplayer-cvslog] CVS: main/DOCS/Polish BUGREPORTS,1.2,NONE BUGS,1.1,NONE CDROM,1.1,NONE CODECS,1.1,NONE Debian,1.1,NONE FreeBSD,1.2,NONE INSTALL,1.1,NONE LIRC,1.1,NONE MTRR,1.1,NONE Makefile,1.2,NONE OpenDivX,1.1,NONE README,1.1,NONE SDL,1.1,NONE SOUNDCARDS,1.2,NONE SUB+OSD,1.3,NONE documentation.sgml,1.2,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list