From 98775f442b3fa51e02871ee4c1c8263492d72ad6 Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 31 Oct 2003 13:23:33 +0000 Subject: 1000l git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11336 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/vf_spp.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libmpcodecs') diff --git a/libmpcodecs/vf_spp.c b/libmpcodecs/vf_spp.c index 639a10c43f..d904746458 100644 --- a/libmpcodecs/vf_spp.c +++ b/libmpcodecs/vf_spp.c @@ -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 @@ vf_info_t vf_info_spp = { NULL }; -#endif //USE_LIBAVCODEC \ No newline at end of file +#endif //USE_LIBAVCODEC -- cgit v1.2.3