diff options
author | Martin Storsjö <martin@martin.st> | 2009-12-29 16:48:09 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2011-04-11 14:55:53 +0300 |
commit | f502ff3f61dfdc7c4180b6a24cec6237c38bc148 (patch) | |
tree | 40de534098f94fb455b20f9914e1f322e62f281e /libavcodec/Makefile | |
parent | d89e738a0c63b30a60ca1688158d54b204824161 (diff) | |
download | ffmpeg-f502ff3f61dfdc7c4180b6a24cec6237c38bc148.tar.gz |
Add support for AMR-WB encoding via libvo-amrwbenc
The wrapper code is based on the libamr wrapper removed in SVN rev 19365.
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 e9c40e4c55..1cdae2c669 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -569,6 +569,7 @@ OBJS-$(CONFIG_LIBSCHROEDINGER_ENCODER) += libschroedingerenc.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_LIBVO_AMRWBENC_ENCODER) += libvo-amrwbenc.o OBJS-$(CONFIG_LIBVORBIS_ENCODER) += libvorbis.o vorbis_data.o OBJS-$(CONFIG_LIBVPX_DECODER) += libvpxdec.o OBJS-$(CONFIG_LIBVPX_ENCODER) += libvpxenc.o |