[Mplayer-cvslog] CVS: main/libmpcodecs vf_spp.c,1.12,1.13

Michael Niedermayer CVS michael at mplayerhq.hu
Fri Oct 31 14:00:16 CET 2003


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

Modified Files:
	vf_spp.c 
Log Message:
10l


Index: vf_spp.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_spp.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- vf_spp.c	28 Oct 2003 20:49:33 -0000	1.12
+++ vf_spp.c	31 Oct 2003 12:59:51 -0000	1.13
@@ -23,6 +23,8 @@
  * (http://citeseer.nj.nec.com/nosratinia99embedded.html)
  */
 
+#ifdef USE_LIBAVCODEC
+ 
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -495,4 +497,4 @@
     NULL
 };
 
-//===========================================================================//
+#endif //USE_LIBAVCODEC
\ No newline at end of file



More information about the MPlayer-cvslog mailing list