[Mplayer-cvslog] CVS: main mencoder.c,1.220,1.221

Ivan Kalvachev CVS iive at mplayerhq.hu
Sat Nov 8 00:33:11 CET 2003


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

Modified Files:
	mencoder.c 
Log Message:
wrong include on shared lavc

Index: mencoder.c
===================================================================
RCS file: /cvsroot/mplayer/main/mencoder.c,v
retrieving revision 1.220
retrieving revision 1.221
diff -u -r1.220 -r1.221
--- mencoder.c	3 Nov 2003 16:35:17 -0000	1.220
+++ mencoder.c	7 Nov 2003 23:32:38 -0000	1.221
@@ -74,7 +74,13 @@
 
 #ifdef USE_LIBAVCODEC
 // for lavc audio encoding
+
+#ifdef USE_LIBAVCODEC_SO
+#include <ffmpeg/avcodec.h>
+#else
 #include "libavcodec/avcodec.h"
+#endif
+
 static AVCodec        *lavc_acodec;
 static AVCodecContext *lavc_actx = NULL;
 extern char    *lavc_param_acodec;



More information about the MPlayer-cvslog mailing list