diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-06-24 11:38:18 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-10-12 15:25:18 +0200 |
commit | ecab1c77410f023b437c6ed3a3281be8f039e574 (patch) | |
tree | d78f8878c7c8ba59e41223346eedd46fe8718be8 /libavformat/Makefile | |
parent | ed9245dba83f9add60f55718b537b0af2105c60e (diff) | |
download | ffmpeg-ecab1c77410f023b437c6ed3a3281be8f039e574.tar.gz |
oggdec: add support for Opus in Ogg demuxing
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 1 |
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 \ |