[Mplayer-cvslog] CVS: main/libmpcodecs vf_spp.c,1.13,1.14
Michael Niedermayer CVS
michael at mplayerhq.hu
Fri Oct 31 14:24:10 CET 2003
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv16223
Modified Files:
vf_spp.c
Log Message:
1000l
Index: vf_spp.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_spp.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- vf_spp.c 31 Oct 2003 12:59:51 -0000 1.13
+++ vf_spp.c 31 Oct 2003 13:23:33 -0000 1.14
@@ -23,7 +23,6 @@
* (http://citeseer.nj.nec.com/nosratinia99embedded.html)
*/
-#ifdef USE_LIBAVCODEC
#include <stdio.h>
#include <stdlib.h>
@@ -32,6 +31,9 @@
#include <math.h>
#include "../config.h"
+
+#ifdef USE_LIBAVCODEC
+
#include "../mp_msg.h"
#include "../cpudetect.h"
#include "../libavcodec/avcodec.h"
@@ -497,4 +499,4 @@
NULL
};
-#endif //USE_LIBAVCODEC
\ No newline at end of file
+#endif //USE_LIBAVCODEC
More information about the MPlayer-cvslog
mailing list