aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2012-06-24 11:39:05 +0200
committerNicolas George <nicolas.george@normalesup.org>2012-07-20 11:18:58 +0200
commita6cf296bd90ae4a8097f1681f86bfa42b32fe074 (patch)
treecc32366e607ba0bd6ed4b823f642664c33774c9a /libavcodec/Makefile
parente62fd6619f7aa91956a1b4ccfa7b0b8d7bc4ba90 (diff)
downloadffmpeg-a6cf296bd90ae4a8097f1681f86bfa42b32fe074.tar.gz
lavc: Opus decoder using libopus.
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 45dee193f4..0da7f52332 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -684,6 +684,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) += libopus_dec.o vorbis_data.o
OBJS-$(CONFIG_LIBSCHROEDINGER_DECODER) += libschroedingerdec.o \
libschroedinger.o
OBJS-$(CONFIG_LIBSCHROEDINGER_ENCODER) += libschroedingerenc.o \