[SCM] libav/experimental: x86_fft.o depends on MMX and FFT.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:00:41 UTC 2013


The following commit has been merged in the experimental branch:
commit da2a5feaeaf8ec9efaf9bb708c6d23eb776446e5
Author: Ramiro Polla <ramiro.polla at gmail.com>
Date:   Sat Feb 20 15:39:27 2010 +0000

    x86_fft.o depends on MMX and FFT.
    
    Originally committed as revision 21921 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 9e71a81..0aed9f8 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -582,11 +582,12 @@ MMX-OBJS-$(CONFIG_VP6_DECODER)         += x86/vp3dsp_mmx.o              \
 MMX-OBJS-$(HAVE_YASM)                  += x86/dsputil_yasm.o            \
                                           $(YASM-OBJS-yes)
 
+MMX-OBJS-$(CONFIG_FFT)                 += x86/fft.o
+
 OBJS-$(HAVE_MMX)                       += x86/cpuid.o                   \
                                           x86/dnxhd_mmx.o               \
                                           x86/dsputil_mmx.o             \
                                           x86/fdct_mmx.o                \
-                                          x86/fft.o                     \
                                           x86/idct_mmx_xvid.o           \
                                           x86/idct_sse2_xvid.o          \
                                           x86/motion_est_mmx.o          \

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list