diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-09-27 19:39:23 -0600 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-09-28 11:03:20 +0200 |
commit | 44617d6ec975b307183d88f0e0b207a9913a8de2 (patch) | |
tree | cbbf9bcc01634389f7da1cca9e35e2a3e19dddcf /libavcodec/Makefile | |
parent | e4aa3831b7eda41c51a369f5b98d0a6e76fbbcc7 (diff) | |
download | ffmpeg-44617d6ec975b307183d88f0e0b207a9913a8de2.tar.gz |
Opus decoder using libopus
Signed-off-by: Diego Biurrun <diego@biurrun.de>
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 45c6d6645c..d4537fd4cd 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -581,6 +581,7 @@ OBJS-$(CONFIG_LIBOPENCORE_AMRNB_ENCODER) += libopencore-amr.o OBJS-$(CONFIG_LIBOPENCORE_AMRWB_DECODER) += libopencore-amr.o OBJS-$(CONFIG_LIBOPENJPEG_DECODER) += libopenjpegdec.o OBJS-$(CONFIG_LIBOPENJPEG_ENCODER) += libopenjpegenc.o +OBJS-$(CONFIG_LIBOPUS_DECODER) += libopusdec.o vorbis_data.o OBJS-$(CONFIG_LIBSCHROEDINGER_DECODER) += libschroedingerdec.o \ libschroedinger.o OBJS-$(CONFIG_LIBSCHROEDINGER_ENCODER) += libschroedingerenc.o \ |