[Mplayer-cvslog] CVS: main/libaf af_lavcresample.c,1.2,1.3

Michael Niedermayer CVS syncmail at mplayerhq.hu
Wed Nov 3 02:53:59 CET 2004


CVS change done by Michael Niedermayer CVS

Update of /cvsroot/mplayer/main/libaf
In directory mail:/var2/tmp/cvs-serv29560

Modified Files:
	af_lavcresample.c 
Log Message:
libavcodec.so headers patch by (Glenn Washburn <glenniii at mail dot utexas dot edu>)


Index: af_lavcresample.c
===================================================================
RCS file: /cvsroot/mplayer/main/libaf/af_lavcresample.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- af_lavcresample.c	21 Oct 2004 21:15:21 -0000	1.2
+++ af_lavcresample.c	3 Nov 2004 01:53:56 -0000	1.3
@@ -11,8 +11,13 @@
 
 #ifdef USE_LIBAVCODEC
 
+#ifdef USE_LIBAVCODEC_SO
+#include <ffmpeg/avcodec.h>
+#include <ffmpeg/rational.h>
+#else
 #include "../libavcodec/avcodec.h"
 #include "../libavcodec/rational.h"
+#endif
 
 #define CHANS 6
 




More information about the MPlayer-cvslog mailing list