diff options
author | Art Clarke <aclarke@xuggle.com> | 2011-09-11 03:14:14 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-09-11 04:07:08 +0200 |
commit | a52cdcd296c40882c3b4f88958990c56f0ce3019 (patch) | |
tree | a3b891f36f4d01776d4deacea1640c0fb83e3e76 /libavcodec/Makefile | |
parent | c975cfaef24cc2f32d08efd363af5bbf9b3a6119 (diff) | |
download | ffmpeg-a52cdcd296c40882c3b4f88958990c56f0ce3019.tar.gz |
libspeex encoder wraper
taken from svn head of xuggle
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 9f8264f7b7..741a9b3653 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -593,6 +593,7 @@ OBJS-$(CONFIG_LIBSCHROEDINGER_ENCODER) += libschroedingerenc.o \ libschroedinger.o \ libdirac_libschro.o OBJS-$(CONFIG_LIBSPEEX_DECODER) += libspeexdec.o +OBJS-$(CONFIG_LIBSPEEX_ENCODER) += libspeexenc.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 |