summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/Makefile
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2010-08-30 16:34:13 +0000
committerRonald S. Bultje <rsbultje@gmail.com>2010-08-30 16:34:13 +0000
commitde1c253bab91a086e41003fa7e50373e370268ca (patch)
tree193ba07488a33484f60f3e09c822e81c92530a1a /libavcodec/x86/Makefile
parentd0eb5a1174c2626e26bf75801d2b99e1383884ac (diff)
downloadffmpeg-streaming-de1c253bab91a086e41003fa7e50373e370268ca.zip
ffmpeg-streaming-de1c253bab91a086e41003fa7e50373e370268ca.tar.gz
Split intra prediction initialization (i.e. assigning of function pointers)
into its own file, it doesn't belong in h264dsp_mmx.c (much less so in dsputil_mmx.c). Originally committed as revision 24990 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 c8e8290..1c2b7bc 100644
--- a/libavcodec/x86/Makefile
+++ b/libavcodec/x86/Makefile
@@ -12,6 +12,7 @@ YASM-OBJS-$(CONFIG_H264DSP) += x86/h264_deblock_sse2.o \
x86/h264_weight_sse2.o \
YASM-OBJS-$(CONFIG_H264PRED) += x86/h264_intrapred.o
+MMX-OBJS-$(CONFIG_H264PRED) += x86/h264_intrapred_init.o
YASM-OBJS-$(CONFIG_VC1_DECODER) += x86/vc1dsp_yasm.o
OpenPOWER on IntegriCloud