[Mplayer-cvslog] CVS: main/libmpcodecs vf.c,1.102,1.103
Jindrich Makovicka CVS
syncmail at mplayerhq.hu
Thu Feb 26 15:41:44 CET 2004
CVS change done by Jindrich Makovicka CVS
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv13671
Modified Files:
vf.c
Log Message:
fix compilation without libavcodec
Index: vf.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf.c,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- vf.c 6 Feb 2004 20:31:57 -0000 1.102
+++ vf.c 26 Feb 2004 14:41:42 -0000 1.103
@@ -164,7 +164,9 @@
&vf_info_yuvcsp,
&vf_info_kerndeint,
&vf_info_rgbtest,
+#ifdef USE_LIBAVCODEC
&vf_info_qp,
+#endif
NULL
};
More information about the MPlayer-cvslog
mailing list