summaryrefslogtreecommitdiff
path: root/libavcodec/dct-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/dct-test.c')
-rw-r--r--libavcodec/dct-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dct-test.c b/libavcodec/dct-test.c
index f3f9408d98..217feb928c 100644
--- a/libavcodec/dct-test.c
+++ b/libavcodec/dct-test.c
@@ -177,7 +177,7 @@ static inline void mmx_emms(void)
{
#ifdef HAVE_MMX
if (cpu_flags & MM_MMX)
- asm volatile ("emms\n\t");
+ __asm__ volatile ("emms\n\t");
#endif
}