diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-08-09 20:20:00 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-09-22 09:47:52 +0200 |
commit | 12004a9a7f20e44f4da2ee6c372d5e1794c8d6c5 (patch) | |
tree | 41d8ae02dbf5ac8d31abfc3332398d2153d366c1 /libavcodec/x86/Makefile | |
parent | 683da86aabb4fbeddc3ead5fce737c63c0ee762c (diff) | |
download | ffmpeg-12004a9a7f20e44f4da2ee6c372d5e1794c8d6c5.tar.gz |
audiodsp/x86: yasmify vector_clipf_sse
Diffstat (limited to 'libavcodec/x86/Makefile')
-rw-r--r-- | libavcodec/x86/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile index 204c856340..872b7faddb 100644 --- a/libavcodec/x86/Makefile +++ b/libavcodec/x86/Makefile @@ -58,7 +58,6 @@ OBJS-$(CONFIG_VP9_DECODER) += x86/vp9dsp_init.o # GCC inline assembly optimizations # subsystems -MMX-OBJS-$(CONFIG_AUDIODSP) += x86/audiodsp_mmx.o MMX-OBJS-$(CONFIG_FDCTDSP) += x86/fdct.o MMX-OBJS-$(CONFIG_HPELDSP) += x86/fpel_mmx.o \ x86/hpeldsp_mmx.o |