# HG changeset patch # User michael # Date 1067606613 0 # Node ID 341360303213d4ebf3f26f3958e8b82e90799649 # Parent 04ea7b95da681f1a8a4e6a4121fca3924405653a 1000l diff -r 04ea7b95da68 -r 341360303213 libmpcodecs/vf_spp.c --- 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 #include @@ -32,6 +31,9 @@ #include #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