summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2012-06-24 11:38:18 +0200
committerAnton Khirnov <anton@khirnov.net>2013-10-12 15:25:18 +0200
commitecab1c77410f023b437c6ed3a3281be8f039e574 (patch)
treed78f8878c7c8ba59e41223346eedd46fe8718be8 /libavformat/Makefile
parented9245dba83f9add60f55718b537b0af2105c60e (diff)
oggdec: add support for Opus in Ogg demuxing
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index f12b493a88..12d3d6e793 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -212,6 +212,7 @@ OBJS-$(CONFIG_OGG_DEMUXER) += oggdec.o \
oggparsedirac.o \
oggparseflac.o \
oggparseogm.o \
+ oggparseopus.o \
oggparseskeleton.o \
oggparsespeex.o \
oggparsetheora.o \