Mercurial > mplayer.hg
changeset 11334:04ea7b95da68
10l
author | michael |
---|---|
date | Fri, 31 Oct 2003 12:59:51 +0000 |
parents | acb4c4a5ce8c |
children | 341360303213 |
files | libmpcodecs/vf_spp.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
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