diff options
author | tipok <piratfm@gmail.com> | 2011-09-26 02:28:21 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-09-26 02:28:21 +0200 |
commit | cbf914cf16c1adf872a407a767bc171846a60905 (patch) | |
tree | ba5cdc3d794d40e7b88bb1748fac1f699d679b3c /libavcodec/Makefile | |
parent | 023e9960d711980c8d7ddda4e15efc379977d3c6 (diff) | |
download | ffmpeg-cbf914cf16c1adf872a407a767bc171846a60905.tar.gz |
libaac+ support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 211c6b5382..5a601fb09d 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -579,6 +579,7 @@ OBJS-$(CONFIG_WEBM_MUXER) += xiph.o mpeg4audio.o \ OBJS-$(CONFIG_WTV_DEMUXER) += mpeg4audio.o mpegaudiodata.o # external codec libraries +OBJS-$(CONFIG_LIBAACPLUS_ENCODER) += libaacplus.o OBJS-$(CONFIG_LIBCELT_DECODER) += libcelt_dec.o OBJS-$(CONFIG_LIBDIRAC_DECODER) += libdiracdec.o OBJS-$(CONFIG_LIBDIRAC_ENCODER) += libdiracenc.o libdirac_libschro.o |