Mercurial > mplayer.hg
diff libmpcodecs/vf_spp.c @ 11334:04ea7b95da68
10l
| author | michael |
|---|---|
| date | Fri, 31 Oct 2003 12:59:51 +0000 |
| parents | 0c8d12a58a29 |
| children | 341360303213 |
line wrap: on
line diff
--- 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 <stdio.h> #include <stdlib.h> #include <string.h> @@ -495,4 +497,4 @@ NULL }; -//===========================================================================// +#endif //USE_LIBAVCODEC \ No newline at end of file
