diff options
author | David Conrad <lessen42@gmail.com> | 2008-10-24 06:29:05 +0000 |
---|---|---|
committer | David Conrad <lessen42@gmail.com> | 2008-10-24 06:29:05 +0000 |
commit | ae14f311f81310ed627be916d6c900d826bde645 (patch) | |
tree | fd16f36f97d4ed26185444a7f1ff4bf257e8a62d /libavcodec/Makefile | |
parent | 60ce2f9cae32c388e89ef34d2fd45bef336f298f (diff) | |
download | ffmpeg-ae14f311f81310ed627be916d6c900d826bde645.tar.gz |
Speex decoding via libspeex
Originally committed as revision 15676 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 e942e3e997..ece4a96982 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -334,6 +334,7 @@ OBJS-$(CONFIG_LIBGSM) += libgsm.o OBJS-$(CONFIG_LIBMP3LAME) += libmp3lame.o OBJS-$(CONFIG_LIBSCHROEDINGER_DECODER) += libschroedingerdec.o libschroedinger.o libdirac_libschro.o OBJS-$(CONFIG_LIBSCHROEDINGER_ENCODER) += libschroedingerenc.o libschroedinger.o libdirac_libschro.o +OBJS-$(CONFIG_LIBSPEEX) += libspeexdec.o OBJS-$(CONFIG_LIBTHEORA) += libtheoraenc.o OBJS-$(CONFIG_LIBVORBIS) += libvorbis.o OBJS-$(CONFIG_LIBX264) += libx264.o |