diff options
author | Martin Storsjö <martin@martin.st> | 2010-12-19 21:40:23 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2011-04-11 14:55:51 +0300 |
commit | d89e738a0c63b30a60ca1688158d54b204824161 (patch) | |
tree | 3751ac1b63454fcdd63753f409ca76a1ba33aff2 /libavcodec/Makefile | |
parent | 029f966c3aa73531a90cb14ca95057f2fb3f0a26 (diff) | |
download | ffmpeg-d89e738a0c63b30a60ca1688158d54b204824161.tar.gz |
Add an AAC encoder by using the libvo-aacenc library
Signed-off-by: Martin Storsjö <martin@martin.st>
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 837f7e2d1d..e9c40e4c55 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -568,6 +568,7 @@ OBJS-$(CONFIG_LIBSCHROEDINGER_ENCODER) += libschroedingerenc.o \ libdirac_libschro.o OBJS-$(CONFIG_LIBSPEEX_DECODER) += libspeexdec.o OBJS-$(CONFIG_LIBTHEORA_ENCODER) += libtheoraenc.o +OBJS-$(CONFIG_LIBVO_AACENC_ENCODER) += libvo-aacenc.o mpeg4audio.o OBJS-$(CONFIG_LIBVORBIS_ENCODER) += libvorbis.o vorbis_data.o OBJS-$(CONFIG_LIBVPX_DECODER) += libvpxdec.o OBJS-$(CONFIG_LIBVPX_ENCODER) += libvpxenc.o |