summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/Makefile
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2010-09-17 01:44:17 +0000
committerRonald S. Bultje <rsbultje@gmail.com>2010-09-17 01:44:17 +0000
commitd0acc2d2e9cbc09b7f311589daf1c9c63dfce473 (patch)
treee59df7c60d4a1e6373d3512190b81c19e882b650 /libavcodec/x86/Makefile
parent6de163e9bfa115d3e6b9ab3b1c82e36870a782bd (diff)
downloadffmpeg-streaming-d0acc2d2e9cbc09b7f311589daf1c9c63dfce473.zip
ffmpeg-streaming-d0acc2d2e9cbc09b7f311589daf1c9c63dfce473.tar.gz
Move sse16_sse2() from inline asm to yasm. It is one of the functions causing
Win64/FATE issues. Originally committed as revision 25136 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/x86/Makefile')
-rw-r--r--libavcodec/x86/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile
index 48e71ee..943edcb 100644
--- a/libavcodec/x86/Makefile
+++ b/libavcodec/x86/Makefile
@@ -24,6 +24,7 @@ MMX-OBJS-$(CONFIG_MP3FLOAT_DECODER) += x86/mpegaudiodec_mmx.o
MMX-OBJS-$(CONFIG_MP3ON4FLOAT_DECODER) += x86/mpegaudiodec_mmx.o
MMX-OBJS-$(CONFIG_MP3ADUFLOAT_DECODER) += x86/mpegaudiodec_mmx.o
MMX-OBJS-$(CONFIG_ENCODERS) += x86/dsputilenc_mmx.o
+YASM-OBJS-$(CONFIG_ENCODERS) += x86/dsputilenc_yasm.o
MMX-OBJS-$(CONFIG_GPL) += x86/idct_mmx.o
MMX-OBJS-$(CONFIG_LPC) += x86/lpc_mmx.o
MMX-OBJS-$(CONFIG_DWT) += x86/snowdsp_mmx.o
OpenPOWER on IntegriCloud