Mercurial > mplayer.hg
changeset 11335:341360303213
1000l
author | michael |
---|---|
date | Fri, 31 Oct 2003 13:23:33 +0000 |
parents | 04ea7b95da68 |
children | 65b73210f2ec |
files | libmpcodecs/vf_spp.c |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <stdio.h> #include <stdlib.h> @@ -32,6 +31,9 @@ #include <math.h> #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