[MPlayer-cvslog] r37240 - in trunk: configure libmpcodecs/vf_fspp.c libmpcodecs/vf_mcdeint.c
michael
subversion at mplayerhq.hu
Thu Jul 17 23:50:46 CEST 2014
Author: michael
Date: Thu Jul 17 23:50:45 2014
New Revision: 37240
Log:
dsputil/me_cmp update
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
Modified:
trunk/configure
trunk/libmpcodecs/vf_fspp.c
trunk/libmpcodecs/vf_mcdeint.c
Modified: trunk/configure
==============================================================================
--- trunk/configure Sun Jul 13 23:39:32 2014 (r37239)
+++ trunk/configure Thu Jul 17 23:50:45 2014 (r37240)
@@ -8661,7 +8661,6 @@ CONFIG_BLOCKDSP= yes
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_LPC = yes
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 @@ $def_truncf
#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 @@ $def_truncf
#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
Modified: trunk/libmpcodecs/vf_fspp.c
==============================================================================
--- trunk/libmpcodecs/vf_fspp.c Sun Jul 13 23:39:32 2014 (r37239)
+++ trunk/libmpcodecs/vf_fspp.c Thu Jul 17 23:50:45 2014 (r37240)
@@ -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
Modified: trunk/libmpcodecs/vf_mcdeint.c
==============================================================================
--- trunk/libmpcodecs/vf_mcdeint.c Sun Jul 13 23:39:32 2014 (r37239)
+++ trunk/libmpcodecs/vf_mcdeint.c Thu Jul 17 23:50:45 2014 (r37240)
@@ -58,7 +58,6 @@ Known Issues:
#include "libavutil/internal.h"
#include "libavutil/intreadwrite.h"
#include "libavcodec/avcodec.h"
-#include "libavcodec/dsputil.h"
#undef fprintf
#undef free
More information about the MPlayer-cvslog
mailing list