summaryrefslogtreecommitdiff
path: root/libavcodec/x86/h264dsp_mmx.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2011-04-12 17:40:18 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2011-04-12 17:40:18 +0200
commit5c0068758fb8b282398e1d5ec601270b717764b5 (patch)
treefd4447c1b543dc0f09f010b6842ad8fe43ebcceb /libavcodec/x86/h264dsp_mmx.c
parent8b7dc087e4c46cd20702882aa50a930e97eeccad (diff)
Fix compilation with --disable-yasm.
Diffstat (limited to 'libavcodec/x86/h264dsp_mmx.c')
-rw-r--r--libavcodec/x86/h264dsp_mmx.c2
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
+ }
}