summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/Makefile
diff options
context:
space:
mode:
authorJason Garrett-Glaser <darkshikari@gmail.com>2010-06-25 18:25:49 +0000
committerJason Garrett-Glaser <darkshikari@gmail.com>2010-06-25 18:25:49 +0000
commit4af8cdfc3f4a1f777e769cb97c61ef13674699f7 (patch)
treeb4349669fac4eda292f4aaae28cabfe83c80efef /libavcodec/x86/Makefile
parentd6f8476be4895c620d58e021ab880823d2fe25bf (diff)
downloadffmpeg-streaming-4af8cdfc3f4a1f777e769cb97c61ef13674699f7.zip
ffmpeg-streaming-4af8cdfc3f4a1f777e769cb97c61ef13674699f7.tar.gz
16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264
Originally committed as revision 23783 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/x86/Makefile')
-rw-r--r--libavcodec/x86/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile
index 5e8b67f..3a09223 100644
--- a/libavcodec/x86/Makefile
+++ b/libavcodec/x86/Makefile
@@ -8,6 +8,7 @@ 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 \
MMX-OBJS-$(CONFIG_CAVS_DECODER) += x86/cavsdsp_mmx.o
MMX-OBJS-$(CONFIG_MP1FLOAT_DECODER) += x86/mpegaudiodec_mmx.o
OpenPOWER on IntegriCloud