diff libmpcodecs/vf_fspp.c @ 17523:f0e7712385dc

Move conditional compilation out of the code and into the build system.
author diego
date Tue, 31 Jan 2006 23:36:12 +0000
parents 401b440a6d76
children 20aca9baf5d8
line wrap: on
line diff
--- a/libmpcodecs/vf_fspp.c	Tue Jan 31 23:24:08 2006 +0000
+++ b/libmpcodecs/vf_fspp.c	Tue Jan 31 23:36:12 2006 +0000
@@ -38,8 +38,6 @@
 
 #include "config.h"
 
-#ifdef USE_LIBAVCODEC
-
 #include "mp_msg.h"
 #include "cpudetect.h"
 
@@ -2129,5 +2127,3 @@
 }
 
 #endif // HAVE_MMX
-
-#endif //USE_LIBAVCODEC