diff options
author | Jason Garrett-Glaser <darkshikari@gmail.com> | 2010-06-25 18:25:49 +0000 |
---|---|---|
committer | Jason Garrett-Glaser <darkshikari@gmail.com> | 2010-06-25 18:25:49 +0000 |
commit | 4af8cdfc3f4a1f777e769cb97c61ef13674699f7 (patch) | |
tree | b4349669fac4eda292f4aaae28cabfe83c80efef /libavcodec/x86/Makefile | |
parent | d6f8476be4895c620d58e021ab880823d2fe25bf (diff) | |
download | ffmpeg-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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile index 5e8b67f855..3a0922337e 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 |