[Mplayer-cvslog] CVS: main/libmpcodecs vf_spp.c,1.15,1.16
Alex Beregszaszi
alex at mplayerhq.hu
Sun Dec 7 16:30:39 CET 2003
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv1251
Modified Files:
vf_spp.c
Log Message:
Fix compilation if lavc is compiled as a shared lib. Patch by Panagiotis Issaris <takis at lumumba.luc.ac.be>
Index: vf_spp.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_spp.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- vf_spp.c 16 Nov 2003 10:48:03 -0000 1.15
+++ vf_spp.c 7 Dec 2003 15:30:25 -0000 1.16
@@ -36,8 +36,14 @@
#include "../mp_msg.h"
#include "../cpudetect.h"
+
+#ifdef USE_LIBAVCODEC_SO
+#include <ffmpeg/avcodec.h>
+#include <ffmpeg/dsputil.h>
+#else
#include "../libavcodec/avcodec.h"
#include "../libavcodec/dsputil.h"
+#endif
#ifdef HAVE_MALLOC_H
#include <malloc.h>
More information about the MPlayer-cvslog
mailing list