mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-03 13:32:10 +00:00
Fix compilation without --enable-gpl.
Originally committed as revision 23789 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
15d31aa1e1
commit
0c59074868
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user