mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
dirac: enable diracdsp_mmx
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
3cb0686eea
commit
e8b891b7f0
@ -20,7 +20,7 @@
|
||||
|
||||
#include "dsputil.h"
|
||||
#include "diracdsp.h"
|
||||
/* MMX_DISABLE #include "libavcodec/x86/diracdsp_mmx.h" */
|
||||
#include "libavcodec/x86/diracdsp_mmx.h"
|
||||
|
||||
#define FILTER(src, stride) \
|
||||
((21*((src)[ 0*stride] + (src)[1*stride]) \
|
||||
@ -197,5 +197,5 @@ void ff_diracdsp_init(DiracDSPContext *c)
|
||||
PIXFUNC(avg, 16);
|
||||
PIXFUNC(avg, 32);
|
||||
|
||||
/* MMX_DISABLE if (HAVE_MMX) ff_diracdsp_init_mmx(c); */
|
||||
if (HAVE_MMX) ff_diracdsp_init_mmx(c);
|
||||
}
|
||||
|
@ -27,7 +27,7 @@ MMX-OBJS-$(CONFIG_RV40_DECODER) += x86/rv40dsp.o \
|
||||
|
||||
YASM-OBJS-$(CONFIG_VC1_DECODER) += x86/vc1dsp_yasm.o
|
||||
|
||||
#DISABLE_MMX YASM-OBJS-$(CONFIG_DIRAC_DECODER) += x86/diracdsp_mmx.o x86/diracdsp_yasm.o
|
||||
YASM-OBJS-$(CONFIG_DIRAC_DECODER) += x86/diracdsp_mmx.o x86/diracdsp_yasm.o
|
||||
|
||||
MMX-OBJS-$(CONFIG_AC3DSP) += x86/ac3dsp_mmx.o
|
||||
YASM-OBJS-$(CONFIG_AC3DSP) += x86/ac3dsp.o
|
||||
|
Loading…
Reference in New Issue
Block a user