aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-04-12 03:43:43 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-04-12 03:48:21 +0200
commit4727ec3c0e64b9144006abf82e080fb734ad4b0a (patch)
treec00962593119265e5dcb70fd70a2a12f623fb559 /libavcodec/Makefile
parent13d4ec844a7e0e46da42c3ab152e5c3efe0897e3 (diff)
parentdb46be01ecf44608932cfa33e8914a4c38b93431 (diff)
downloadffmpeg-4727ec3c0e64b9144006abf82e080fb734ad4b0a.tar.gz
Merge remote branch 'qatar/master'
* qatar/master: Not pulled due to wrong author, according to carl: Add unconditional return statement to yuva420_rgb32_MMX() / yuva420_bgr32_MMX(). Fix compilation of timefilter test program. Add support for AMR-WB encoding via libvo-amrwbenc Add an AAC encoder by using the libvo-aacenc library g722: Return 8 bits per sample for g722 in av_get_bits_per_sample Conflicts: Changelog Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 1cb8ee5264..3cb582d4c5 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -573,6 +573,8 @@ 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_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