[Mplayer-cvslog] CVS: main/libvo vo_mpegpes.c,1.8,1.9

Nick Kurshev nick at mplayer.dev.hu
Sat Oct 27 15:39:15 CEST 2001


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

Modified Files:
	vo_mpegpes.c 
Log Message:
libffmpeg.so support

Index: vo_mpegpes.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_mpegpes.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- vo_mpegpes.c	3 Oct 2001 23:34:15 -0000	1.8
+++ vo_mpegpes.c	27 Oct 2001 13:39:12 -0000	1.9
@@ -50,8 +50,11 @@
 
 #ifdef USE_LIBAVCODEC
 
+#ifdef USE_LIBAVCODEC_SO
+#include <libffmpeg/avcodec.h>
+#else
 #include "../libavcodec/avcodec.h"
-
+#endif
 static unsigned char *picture_buf=NULL;
 static unsigned char *outbuf=NULL;
 static int outbuf_size = 100000;




More information about the MPlayer-cvslog mailing list