diff x86/Makefile @ 12100:db9ef48dc0e4 libavcodec

Move SSE optimized 32-point DCT to its own file. Should fix breakage with YASM disabled.
author vitor
date Tue, 06 Jul 2010 17:48:23 +0000
parents c3afb5be0d9b
children 846779f6b164
line wrap: on
line diff
--- a/x86/Makefile	Tue Jul 06 16:58:54 2010 +0000
+++ b/x86/Makefile	Tue Jul 06 17:48:23 2010 +0000
@@ -46,3 +46,5 @@
                                           x86/motion_est_mmx.o          \
                                           x86/mpegvideo_mmx.o           \
                                           x86/simple_idct_mmx.o         \
+
+MMX-OBJS-$(CONFIG_DCT)                 += x86/dct32_sse.o