Mercurial > libavcodec.hg
changeset 11957:ed037136f0b1 libavcodec
Fix compilation without --enable-gpl.
author | cehoyos |
---|---|
date | Fri, 25 Jun 2010 19:06:29 +0000 |
parents | 496d1300204d |
children | 51f89053fca5 |
files | x86/Makefile |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/x86/Makefile Fri Jun 25 19:03:03 2010 +0000 +++ b/x86/Makefile Fri Jun 25 19:06:29 2010 +0000 @@ -8,7 +8,10 @@ $(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