diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-01-27 15:06:54 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-03-22 06:17:29 -0700 |
commit | 1a8d0cf77ed2611e542ae98f341d4c43a04467bd (patch) | |
tree | 46a3521745d61522f665f9cc60c91fdcbc7411b8 /libavcodec/x86/rnd_mmx.c | |
parent | 1df0b061621b10edde87e3ab7ea83aed381c574f (diff) | |
download | ffmpeg-1a8d0cf77ed2611e542ae98f341d4c43a04467bd.tar.gz |
x86: dsputil: Move inline assembly macros to a separate header
Diffstat (limited to 'libavcodec/x86/rnd_mmx.c')
-rw-r--r-- | libavcodec/x86/rnd_mmx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/x86/rnd_mmx.c b/libavcodec/x86/rnd_mmx.c index db4515a9c5..f5239fc42f 100644 --- a/libavcodec/x86/rnd_mmx.c +++ b/libavcodec/x86/rnd_mmx.c @@ -18,6 +18,7 @@ #include "config.h" #include "dsputil_x86.h" +#include "inline_asm.h" #if HAVE_INLINE_ASM |