# HG changeset patch # User michael # Date 1067605191 0 # Node ID 04ea7b95da681f1a8a4e6a4121fca3924405653a # Parent acb4c4a5ce8c551a2a6b18be0edd717ecb874012 10l diff -r acb4c4a5ce8c -r 04ea7b95da68 libmpcodecs/vf_spp.c --- a/libmpcodecs/vf_spp.c Thu Oct 30 16:52:05 2003 +0000 +++ b/libmpcodecs/vf_spp.c Fri Oct 31 12:59:51 2003 +0000 @@ -23,6 +23,8 @@ * (http://citeseer.nj.nec.com/nosratinia99embedded.html) */ +#ifdef USE_LIBAVCODEC + #include #include #include @@ -495,4 +497,4 @@ NULL }; -//===========================================================================// +#endif //USE_LIBAVCODEC \ No newline at end of file