Mercurial > mplayer.hg
changeset 37144:1294b0ff7e06
dsputil/me_cmp update
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
author | michael |
---|---|
date | Thu, 17 Jul 2014 21:50:45 +0000 |
parents | 88b4aa330150 |
children | 9278861f9d8d |
files | configure libmpcodecs/vf_fspp.c libmpcodecs/vf_mcdeint.c |
diffstat | 3 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Jul 13 21:39:32 2014 +0000 +++ b/configure Thu Jul 17 21:50:45 2014 +0000 @@ -8661,7 +8661,6 @@ CONFIG_BSWAPDSP= yes CONFIG_CABAC = yes CONFIG_DCT = yes -CONFIG_DSPUTIL = yes CONFIG_DWT = yes CONFIG_ERROR_RESILIENCE = yes CONFIG_EXIF = yes @@ -8688,6 +8687,7 @@ CONFIG_LSP = yes CONFIG_LZO = yes CONFIG_MDCT = yes +CONFIG_ME_CMP = yes CONFIG_MPEG_ER = yes CONFIG_MPEGAUDIODSP = yes CONFIG_MPEGVIDEO = yes @@ -9297,7 +9297,6 @@ #define CONFIG_BSWAPDSP 1 #define CONFIG_DCT 1 #define CONFIG_DVPROFILE 1 -#define CONFIG_DSPUTIL 1 #define CONFIG_DWT 1 #define CONFIG_ERROR_RESILIENCE 1 #define CONFIG_EXIF 1 @@ -9315,6 +9314,7 @@ #define CONFIG_LPC 1 #define CONFIG_LZO 1 #define CONFIG_MDCT 1 +#define CONFIG_ME_CMP 1 #define CONFIG_MPEG_ER 1 #define CONFIG_MPEGVIDEO 1 #define CONFIG_PIXBLOCKDSP 1
--- a/libmpcodecs/vf_fspp.c Sun Jul 13 21:39:32 2014 +0000 +++ b/libmpcodecs/vf_fspp.c Thu Jul 17 21:50:45 2014 +0000 @@ -53,7 +53,6 @@ #include "libavutil/mem.h" #include "libavutil/x86/asm.h" #include "libavcodec/avcodec.h" -#include "libavcodec/dsputil.h" #undef free #undef malloc
--- a/libmpcodecs/vf_mcdeint.c Sun Jul 13 21:39:32 2014 +0000 +++ b/libmpcodecs/vf_mcdeint.c Thu Jul 17 21:50:45 2014 +0000 @@ -58,7 +58,6 @@ #include "libavutil/internal.h" #include "libavutil/intreadwrite.h" #include "libavcodec/avcodec.h" -#include "libavcodec/dsputil.h" #undef fprintf #undef free