[FFmpeg-devel] [PATCH] fix the linker error when --disable-fft

avcoder ffmpeg
Tue Jan 26 05:50:15 CET 2010


Dear:

As $Subject

Index: libavcodec/x86/fft.c
===================================================================
--- libavcodec/x86/fft.c (revision 21450)
+++ libavcodec/x86/fft.c (working copy)
@@ -21,7 +21,7 @@

 av_cold void ff_fft_init_mmx(FFTContext *s)
 {
-#if HAVE_YASM
+#if HAVE_YASM && CONFIG_FFT
     int has_vectors = mm_support();
     if (has_vectors & FF_MM_SSE && HAVE_SSE) {
         /* SSE for P3/P4/K8 */

-- 
-----------------------------------------------------------------------------------------
My key fingerprint: d1:03:f5:32:26:ff:d7:3c:e4:42:e3:51:ec:92:78:b2
Inspired by http://www.nextplayer.net. Your potential. Our passion.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix_disable_fft_configure.diff
Type: application/octet-stream
Size: 419 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100126/2cc5fd1c/attachment.obj>



More information about the ffmpeg-devel mailing list