diff x86/Makefile @ 12438:33ecda76b2f2 libavcodec

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).
author rbultje
date Mon, 30 Aug 2010 16:34:13 +0000
parents b242eb86ea9a
children e178bb935b14
line wrap: on
line diff
--- a/x86/Makefile	Mon Aug 30 16:31:04 2010 +0000
+++ b/x86/Makefile	Mon Aug 30 16:34:13 2010 +0000
@@ -12,6 +12,7 @@
                                           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