summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-10-22 18:26:38 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-10-22 18:26:38 +0000
commit65e4c8c919c63b947b157bdb8f141685b6553fba (patch)
tree31e406da0e96c9e9547cb153907a9a2e35bdc658 /libavcodec/Makefile
parent9d9e31722ad6dda86da0ccb7eb72004c99057274 (diff)
floating point AAN DCT
Originally committed as revision 2415 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 00e7c09402..83cae559f6 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -18,7 +18,7 @@ OBJS= common.o utils.o mem.o allcodecs.o \
fft.o mdct.o mace.o huffyuv.o cyuv.o opts.o raw.o h264.o golomb.o \
vp3.o asv1.o 4xm.o cabac.o ffv1.o ra144.o ra288.o vcr1.o cljr.o \
roqvideo.o dpcm.o interplayvideo.o xan.o rpza.o cinepak.o msrle.o \
- msvideo1.o vqavideo.o idcinvideo.o adx.o rational.o
+ msvideo1.o vqavideo.o idcinvideo.o adx.o rational.o faandct.o
ifeq ($(AMR_NB),yes)
ifeq ($(AMR_NB_FIXED),yes)