diff options
author | Robert Swain <robert.swain@gmail.com> | 2008-08-21 07:21:26 +0000 |
---|---|---|
committer | Robert Swain <robert.swain@gmail.com> | 2008-08-21 07:21:26 +0000 |
commit | 7d8f3de4a8ea88edb8afa7b663cfefc1a06c04cf (patch) | |
tree | ff4030490cf531d1f39c0cf4ca5d2da1284d2753 /libavcodec/Makefile | |
parent | 7fb262b568eef705f7fd50379e006b39684c9aad (diff) | |
download | ffmpeg-7d8f3de4a8ea88edb8afa7b663cfefc1a06c04cf.tar.gz |
Last hunk of the AAC decoder code to be OKed and build system and documentation
alterations as appropriate
Originally committed as revision 14873 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 382d5bda99..e749b48343 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -25,6 +25,7 @@ HEADERS = avcodec.h opt.h OBJS-$(CONFIG_ENCODERS) += faandct.o jfdctfst.o jfdctint.o +OBJS-$(CONFIG_AAC_DECODER) += aac.o aactab.o mdct.o fft.o OBJS-$(CONFIG_AASC_DECODER) += aasc.o OBJS-$(CONFIG_AC3_DECODER) += ac3dec.o ac3tab.o ac3dec_data.o ac3.o mdct.o fft.o OBJS-$(CONFIG_AC3_ENCODER) += ac3enc.o ac3tab.o ac3.o |