Commit 0c590748 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Fix compilation without --enable-gpl.

Originally committed as revision 23789 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 15d31aa1
......@@ -8,7 +8,10 @@ YASM-OBJS-$(CONFIG_FFT) += x86/fft_mmx.o \
$(YASM-OBJS-FFT-yes)
YASM-OBJS-$(CONFIG_GPL) += x86/h264_deblock_sse2.o \
x86/h264_idct_sse2.o \
x86/h264_intrapred.o \
YASM-OBJS-$(CONFIG_H264_DECODER) += x86/h264_intrapred.o \
YASM-OBJS-$(CONFIG_VP8_DECODER) += x86/h264_intrapred.o \
MMX-OBJS-$(CONFIG_CAVS_DECODER) += x86/cavsdsp_mmx.o
MMX-OBJS-$(CONFIG_MP1FLOAT_DECODER) += x86/mpegaudiodec_mmx.o
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment