Browse Source

Fix x86 build with h264dsp disabled

Originally committed as revision 23844 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Måns Rullgård 15 years ago
parent
commit
1f65b67c46
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavcodec/x86/h264dsp_mmx.c

+ 2
- 0
libavcodec/x86/h264dsp_mmx.c View File

@@ -2347,6 +2347,7 @@ void ff_pred8x8_tm_vp8_mmxext (uint8_t *src, int stride);
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 @@ void ff_h264_pred_init_x86(H264PredContext *h, int codec_id)
}
#endif
}
#endif

Loading…
Cancel
Save