[FFmpeg-devel] [PATCH] split-radix FFT

Diego Biurrun diego
Sun Aug 10 23:44:34 CEST 2008


On Sat, Aug 09, 2008 at 12:44:12PM -0600, Loren Merritt wrote:
>
> And now I think I have addressed all comments, so I'll commit this soon  
> unless I hear otherwise.
>
> --- a/libavcodec/Makefile
> +++ b/libavcodec/Makefile
> @@ -387,10 +387,15 @@ OBJS += i386/fdct_mmx.o \
> +
> +ifdef HAVE_YASM
> +OBJS += i386/fft_mmx.o \
>          i386/fft_sse.o \
>          i386/fft_3dn.o \
>          i386/fft_3dn2.o \
>  
> +endif

OBJS-$(HAVE_YASM) would save two lines and an ugly ifdef/endif pair.

Diego




More information about the ffmpeg-devel mailing list