diff Makefile @ 8694:68fd157bab48 libavcodec

Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.
author alexc
date Fri, 30 Jan 2009 20:15:48 +0000
parents 178d5dfccad4
children 9833a42260fc
line wrap: on
line diff
--- a/Makefile	Fri Jan 30 18:38:25 2009 +0000
+++ b/Makefile	Fri Jan 30 20:15:48 2009 +0000
@@ -29,6 +29,7 @@
 OBJS-$(CONFIG_FFT)                     += fft.o
 OBJS-$(CONFIG_GOLOMB)                  += golomb.o
 OBJS-$(CONFIG_MDCT)                    += mdct.o
+OBJS-$(CONFIG_RDFT)                    += rdft.o
 OBJS-$(CONFIG_OLDSCALER)               += imgresample.o
 
 # decoders/encoders