diff options
Diffstat (limited to 'src/libffmpeg/config.h')
-rw-r--r-- | src/libffmpeg/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libffmpeg/config.h b/src/libffmpeg/config.h index e560cbebb..674150a19 100644 --- a/src/libffmpeg/config.h +++ b/src/libffmpeg/config.h @@ -4,3 +4,6 @@ #include "../../config.h" +#ifdef ARCH_X86 +#define HAVE_MMX +#endif |