[FFmpeg-cvslog] build: fft: x86: Drop unused YASM-OBJS-FFT- variable

Diego Biurrun git at videolan.org
Mon Aug 27 16:38:26 CEST 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sun Aug 26 18:13:59 2012 +0200| [3f02c533f3e3b3d11bb5a923f620e4f2de3667e8] | committer: Diego Biurrun

build: fft: x86: Drop unused YASM-OBJS-FFT- variable

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3f02c533f3e3b3d11bb5a923f620e4f2de3667e8
---

 libavcodec/x86/Makefile |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile
index 4dffe6c..a1b259e 100644
--- a/libavcodec/x86/Makefile
+++ b/libavcodec/x86/Makefile
@@ -38,8 +38,7 @@ YASM-OBJS-$(CONFIG_AAC_DECODER)        += x86/sbrdsp.o
 YASM-OBJS-$(CONFIG_AC3DSP)             += x86/ac3dsp.o
 YASM-OBJS-$(CONFIG_DCT)                += x86/dct32_sse.o
 YASM-OBJS-$(CONFIG_ENCODERS)           += x86/dsputilenc.o
-YASM-OBJS-$(CONFIG_FFT)                += x86/fft_mmx.o                 \
-                                          $(YASM-OBJS-FFT-yes)
+YASM-OBJS-$(CONFIG_FFT)                += x86/fft_mmx.o
 YASM-OBJS-$(CONFIG_H264CHROMA)         += x86/h264_chromamc.o           \
                                           x86/h264_chromamc_10bit.o
 YASM-OBJS-$(CONFIG_H264DSP)            += x86/h264_deblock.o            \



More information about the ffmpeg-cvslog mailing list