diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-05-14 10:55:28 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-05-14 11:19:20 +0200 |
commit | b2da63db507b88743edb6bf6675aaf4f9f59edb1 (patch) | |
tree | 884dab6eb19148f89956b41c5f8b4b364bae5547 /libavcodec/x86/Makefile | |
parent | eda9d97b7a1dcebc6684f88e4f6472e18bd6b9f0 (diff) | |
parent | 245b76a108585b6fb52eebc2626c472d6fa530dc (diff) | |
download | ffmpeg-b2da63db507b88743edb6bf6675aaf4f9f59edb1.tar.gz |
Merge commit '245b76a108585b6fb52eebc2626c472d6fa530dc'
* commit '245b76a108585b6fb52eebc2626c472d6fa530dc':
x86: dsputil: Split inline assembly from init code
Conflicts:
libavcodec/x86/dsputil_mmx.c
Note, the author attribution is left in place and not removed
as it is in the merged commit.
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/x86/Makefile')
-rw-r--r-- | libavcodec/x86/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile index 2c09b61102..429574460a 100644 --- a/libavcodec/x86/Makefile +++ b/libavcodec/x86/Makefile @@ -34,7 +34,8 @@ OBJS-$(CONFIG_VP8_DECODER) += x86/vp8dsp_init.o OBJS-$(CONFIG_WEBP_DECODER) += x86/vp8dsp_init.o OBJS-$(CONFIG_XMM_CLOBBER_TEST) += x86/w64xmmtest.o -MMX-OBJS-$(CONFIG_DSPUTIL) += x86/dsputil_mmx.o \ +MMX-OBJS-$(CONFIG_DSPUTIL) += x86/dsputil_init.o \ + x86/dsputil_mmx.o \ x86/fdct.o \ x86/fpel_mmx.o \ x86/idct_mmx_xvid.o \ |