diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2011-04-15 19:18:04 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2011-04-19 15:49:32 +0200 |
commit | e61b83d29e1b273a7d4d1d982aac68cf26a0a3ee (patch) | |
tree | d346767d87c4d15e6bf00e25a6238e263386170e /libavformat/Makefile | |
parent | 484a3308903d3e9a01cbc0ba2504ef3f5850c076 (diff) | |
download | ffmpeg-e61b83d29e1b273a7d4d1d982aac68cf26a0a3ee.tar.gz |
Ogg: add support for Xiph's CELT (Opus) codec.
This patch also introduces CODEC_ID_CELT.
Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
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 18f8c492d0..20b50920a4 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -164,6 +164,7 @@ OBJS-$(CONFIG_NUT_DEMUXER) += nutdec.o nut.o riff.o OBJS-$(CONFIG_NUT_MUXER) += nutenc.o nut.o riff.o OBJS-$(CONFIG_NUV_DEMUXER) += nuv.o riff.o OBJS-$(CONFIG_OGG_DEMUXER) += oggdec.o \ + oggparsecelt.o \ oggparsedirac.o \ oggparseflac.o \ oggparseogm.o \ |