diff options
author | Lynne <dev@lynne.ee> | 2020-05-22 10:30:41 +0100 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2020-05-23 19:07:20 +0100 |
commit | 9576e49b40f335de091e9f77c71e4bc2f638d224 (patch) | |
tree | 371595f458216fccf342c93a6b49da0c7b9a4e79 /libavformat/Makefile | |
parent | 88567a2e523d63fadb7eac839e2fbe46d065cd56 (diff) | |
download | ffmpeg-9576e49b40f335de091e9f77c71e4bc2f638d224.tar.gz |
oggdec: remove the oggparsedaala subdemuxer
The Xiph foundation never standardized either Daala nor its mapping in Ogg,
and all files that were created are undecodable without knowledge of the
git hash.
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 5fa24cef16..2b634ecbfc 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -360,7 +360,6 @@ OBJS-$(CONFIG_NUV_DEMUXER) += nuv.o OBJS-$(CONFIG_AV1_DEMUXER) += av1dec.o OBJS-$(CONFIG_OGG_DEMUXER) += oggdec.o \ oggparsecelt.o \ - oggparsedaala.o \ oggparsedirac.o \ oggparseflac.o \ oggparseogm.o \ |