diff options
author | Janne Grunau <janne-libav@jannau.net> | 2012-10-07 17:23:54 +0200 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2012-10-08 11:54:05 +0200 |
commit | cb36febcbc59d18470361fc27ae834b84be975e3 (patch) | |
tree | 3bbad8c3da8ccbd4f007a5becb8081dad1108987 /libavcodec/x86/Makefile | |
parent | f101eab1be1a296a1a048cd905edfcacc3b546ed (diff) | |
download | ffmpeg-cb36febcbc59d18470361fc27ae834b84be975e3.tar.gz |
x86: cavs: call ff_cavsdsp_init_x86() under if (ARCH_X86)
Diffstat (limited to 'libavcodec/x86/Makefile')
-rw-r--r-- | libavcodec/x86/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile index d0cfb955a7..2962d39f0b 100644 --- a/libavcodec/x86/Makefile +++ b/libavcodec/x86/Makefile @@ -2,6 +2,7 @@ OBJS += x86/fmtconvert_init.o OBJS-$(CONFIG_AAC_DECODER) += x86/sbrdsp_init.o OBJS-$(CONFIG_AC3DSP) += x86/ac3dsp_init.o +OBJS-$(CONFIG_CAVS_DECODER) += x86/cavsdsp.o OBJS-$(CONFIG_DNXHD_ENCODER) += x86/dnxhdenc.o OBJS-$(CONFIG_FFT) += x86/fft_init.o OBJS-$(CONFIG_H264DSP) += x86/h264dsp_init.o @@ -29,7 +30,6 @@ MMX-OBJS += x86/dsputil_mmx.o \ x86/idct_sse2_xvid.o \ x86/simple_idct.o \ -MMX-OBJS-$(CONFIG_CAVS_DECODER) += x86/cavsdsp.o MMX-OBJS-$(CONFIG_DWT) += x86/snowdsp.o MMX-OBJS-$(CONFIG_ENCODERS) += x86/dsputilenc_mmx.o \ x86/motion_est.o |