summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorAlex Converse <alex.converse@gmail.com>2010-03-08 04:33:02 +0000
committerAlex Converse <alex.converse@gmail.com>2010-03-08 04:33:02 +0000
commited492b61dbe64ef8c25eb1e72ac7ca4e9df9bbd6 (patch)
tree7bfa8a074fdb1f4c21ddb4bd3cbd500413e2580c /libavcodec/Makefile
parentf19341e17a0ece29613cc583daaee6ec58aea9c5 (diff)
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 Originally committed as revision 22316 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 5eeb1437ad..3931aabe50 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -41,7 +41,7 @@ OBJS-$(CONFIG_VAAPI) += vaapi.o
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 \