diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-04-12 17:40:18 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-04-12 17:40:18 +0200 |
commit | 5c0068758fb8b282398e1d5ec601270b717764b5 (patch) | |
tree | fd4447c1b543dc0f09f010b6842ad8fe43ebcceb | |
parent | 8b7dc087e4c46cd20702882aa50a930e97eeccad (diff) | |
download | ffmpeg-5c0068758fb8b282398e1d5ec601270b717764b5.tar.gz |
Fix compilation with --disable-yasm.
-rw-r--r-- | libavcodec/x86/h264dsp_mmx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/h264dsp_mmx.c b/libavcodec/x86/h264dsp_mmx.c index e1f5ef599a..7657a85890 100644 --- a/libavcodec/x86/h264dsp_mmx.c +++ b/libavcodec/x86/h264dsp_mmx.c @@ -379,6 +379,6 @@ void ff_h264dsp_init_x86(H264DSPContext *c, const int bit_depth) } } } - } #endif + } } |