summaryrefslogtreecommitdiff
path: root/libavutil/x86/Makefile
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2013-01-09 22:57:41 +0200
committerDiego Biurrun <diego@biurrun.de>2013-01-18 22:02:13 +0100
commitf4facd2ce70b1d07ae2730abfcc050f2acbc3b53 (patch)
treeb7f3f8a67d0c376c9c0afe24a72e72ed33890f21 /libavutil/x86/Makefile
parentd633d12b2cc999cee3ac25bf9a810fe7ff03726d (diff)
x86: Add a Yasm-based emms() replacement
This provides a fallback when building with Yasm enabled, but neither inline assembly, nor the _mm_empty intrinsic are available or enabled. Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libavutil/x86/Makefile')
-rw-r--r--libavutil/x86/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/x86/Makefile b/libavutil/x86/Makefile
index 3dd696c26a..ae07470b17 100644
--- a/libavutil/x86/Makefile
+++ b/libavutil/x86/Makefile
@@ -2,4 +2,5 @@ OBJS += x86/cpu.o \
x86/float_dsp_init.o \
YASM-OBJS += x86/cpuid.o \
+ x86/emms.o \
x86/float_dsp.o \