# HG changeset patch # User mru # Date 1277719335 0 # Node ID f910bb8f92574d9e3295d2070dc63f49a32f58bd # Parent 11a8d4c1ee81b4b584fc807ad9824ca9a42b959c Fix x86 build with h264dsp disabled diff -r 11a8d4c1ee81 -r f910bb8f9257 x86/h264dsp_mmx.c --- a/x86/h264dsp_mmx.c Mon Jun 28 04:55:36 2010 +0000 +++ b/x86/h264dsp_mmx.c Mon Jun 28 10:02:15 2010 +0000 @@ -2347,6 +2347,7 @@ void ff_pred8x8_tm_vp8_sse2 (uint8_t *src, int stride); void ff_pred8x8_tm_vp8_ssse3 (uint8_t *src, int stride); +#if CONFIG_H264DSP void ff_h264_pred_init_x86(H264PredContext *h, int codec_id) { #if HAVE_YASM @@ -2397,3 +2398,4 @@ } #endif } +#endif