diff libmpcodecs/vf_spp.c @ 11335:341360303213

1000l
author michael
date Fri, 31 Oct 2003 13:23:33 +0000
parents 04ea7b95da68
children 9785bff83777
line wrap: on
line diff
--- a/libmpcodecs/vf_spp.c	Fri Oct 31 12:59:51 2003 +0000
+++ b/libmpcodecs/vf_spp.c	Fri Oct 31 13:23:33 2003 +0000
@@ -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