diff x86/h264dsp_mmx.c @ 12379:2ea2fd28da07 libavcodec

Split h264dsp and h264pred in configure. Many H.264 derivatives, like RV40 and VP8, use the H.264 prediction functions but not the weight/loopfilter functions. This should reduce the size of builds with one of these derivatives but without H.264 decoding itself.
author darkshikari
date Sat, 07 Aug 2010 23:10:25 +0000
parents 09a31ef6ed58
children 3fc4c625b6f3
line wrap: on
line diff
--- a/x86/h264dsp_mmx.c	Sat Aug 07 14:11:43 2010 +0000
+++ b/x86/h264dsp_mmx.c	Sat Aug 07 23:10:25 2010 +0000
@@ -2365,7 +2365,7 @@
 void ff_pred4x4_tm_vp8_ssse3       (uint8_t *src, const uint8_t *topright, int stride);
 void ff_pred4x4_vertical_vp8_mmxext(uint8_t *src, const uint8_t *topright, int stride);
 
-#if CONFIG_H264DSP
+#if CONFIG_H264PRED
 void ff_h264_pred_init_x86(H264PredContext *h, int codec_id)
 {
     mm_flags = mm_support();