diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-06-24 11:38:18 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-07-20 11:16:52 +0200 |
commit | e62fd6619f7aa91956a1b4ccfa7b0b8d7bc4ba90 (patch) | |
tree | 80b27c5230cc2883efea21b7c3cc8ba48354eed6 /libavformat/Makefile | |
parent | bf8ce5a5c382e85f6e7c0bb9d5e698a4c929b0b9 (diff) | |
download | ffmpeg-e62fd6619f7aa91956a1b4ccfa7b0b8d7bc4ba90.tar.gz |
oggdec: add support for Opus codec.
This patch also introduces CODEC_ID_OPUS.
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 45ae6ea562..da6a8c0151 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -203,6 +203,7 @@ OBJS-$(CONFIG_OGG_DEMUXER) += oggdec.o \ oggparsedirac.o \ oggparseflac.o \ oggparseogm.o \ + oggparseopus.o \ oggparseskeleton.o \ oggparsespeex.o \ oggparsetheora.o \ |