diff options
author | James Almer <jamrial@gmail.com> | 2016-01-15 22:04:09 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2016-01-16 21:09:38 -0300 |
commit | dee579ffcd70d4a386e4d2dad6967de3bf2db3ed (patch) | |
tree | d63906d5f6ab75f78293e97250f3b7c2d7764254 /libavutil/x86/Makefile | |
parent | aa6aa2ef091818c2669c48051286ce361401f31b (diff) | |
download | ffmpeg-dee579ffcd70d4a386e4d2dad6967de3bf2db3ed.tar.gz |
x86/fixed_dsp: add ff_butterflies_fixed_sse2
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavutil/x86/Makefile')
-rw-r--r-- | libavutil/x86/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/x86/Makefile b/libavutil/x86/Makefile index eb70a62eaa..94d8832062 100644 --- a/libavutil/x86/Makefile +++ b/libavutil/x86/Makefile @@ -1,4 +1,5 @@ OBJS += x86/cpu.o \ + x86/fixed_dsp_init.o \ x86/float_dsp_init.o \ x86/lls_init.o \ @@ -8,6 +9,7 @@ EMMS_OBJS_$(HAVE_MMX_INLINE)_$(HAVE_MMX_EXTERNAL)_$(HAVE_MM_EMPTY) = x86/emms.o YASM-OBJS += x86/cpuid.o \ $(EMMS_OBJS__yes_) \ + x86/fixed_dsp.o \ x86/float_dsp.o \ x86/lls.o \ |