diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2011-04-16 17:45:30 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2011-04-20 10:46:30 +0200 |
commit | 89451dd6e4da40ed73b8bbee2d48d8d8be1d5b0c (patch) | |
tree | 02ca54e1a72f8a1b8a689812295916d0a60c09fe /libavcodec/Makefile | |
parent | ddb00ad1d8aba9cdd9ae4b3156512c3f22e2c5a3 (diff) | |
download | ffmpeg-89451dd6e4da40ed73b8bbee2d48d8d8be1d5b0c.tar.gz |
Xiph CELT/Opus decoder using libcelt.
Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
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 aa7390be19..df2cda03dc 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -553,6 +553,7 @@ OBJS-$(CONFIG_WEBM_MUXER) += xiph.o mpeg4audio.o \ mpegaudiodata.o # external codec libraries +OBJS-$(CONFIG_LIBCELT_DECODER) += libcelt_dec.o OBJS-$(CONFIG_LIBDIRAC_DECODER) += libdiracdec.o OBJS-$(CONFIG_LIBDIRAC_ENCODER) += libdiracenc.o libdirac_libschro.o OBJS-$(CONFIG_LIBFAAC_ENCODER) += libfaac.o |