diff Makefile @ 11401:e340262ba532 libavcodec

Add an HE-AAC v1 decoder. A large portion of this code was orignally authored by Robert Swain. The rest was written by me. Full history is available at: svn://svn.ffmpeg.org/soc/aac-sbr http://github.com/aconverse/ffmpeg-heaac/tree/sbr_pub
author alexc
date Mon, 08 Mar 2010 04:33:02 +0000
parents 384d803faff4
children 4189ecabbe1a
line wrap: on
line diff
--- a/Makefile	Mon Mar 08 02:36:22 2010 +0000
+++ b/Makefile	Mon Mar 08 04:33:02 2010 +0000
@@ -41,7 +41,7 @@
 OBJS-$(CONFIG_VDPAU)                   += vdpau.o
 
 # decoders/encoders/hardware accelerators
-OBJS-$(CONFIG_AAC_DECODER)             += aac.o aactab.o
+OBJS-$(CONFIG_AAC_DECODER)             += aac.o aactab.o aacsbr.o
 OBJS-$(CONFIG_AAC_ENCODER)             += aacenc.o aaccoder.o    \
                                           aacpsy.o aactab.o      \
                                           psymodel.o iirfilter.o \