summaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2012-09-27 19:39:23 -0600
committerDiego Biurrun <diego@biurrun.de>2012-09-28 11:03:20 +0200
commit44617d6ec975b307183d88f0e0b207a9913a8de2 (patch)
treecbbf9bcc01634389f7da1cca9e35e2a3e19dddcf /libavcodec/Makefile
parente4aa3831b7eda41c51a369f5b98d0a6e76fbbcc7 (diff)
downloadffmpeg-streaming-44617d6ec975b307183d88f0e0b207a9913a8de2.zip
ffmpeg-streaming-44617d6ec975b307183d88f0e0b207a9913a8de2.tar.gz
Opus decoder using libopus
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 45c6d66..d4537fd 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 \
OpenPOWER on IntegriCloud