# HG changeset patch # User michael # Date 1405633845 0 # Node ID 1294b0ff7e06b0a92c7e32a19d82222eec64d1fa # Parent 88b4aa330150db5b06df5c5d4e94e4f15ed19703 dsputil/me_cmp update Signed-off-by: Michael Niedermayer diff -r 88b4aa330150 -r 1294b0ff7e06 configure --- 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 diff -r 88b4aa330150 -r 1294b0ff7e06 libmpcodecs/vf_fspp.c --- 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 diff -r 88b4aa330150 -r 1294b0ff7e06 libmpcodecs/vf_mcdeint.c --- 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