summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorXu Guangxin <guangxin.xu@intel.com>2020-08-13 14:51:02 +0800
committerJames Almer <jamrial@gmail.com>2020-08-14 00:02:13 -0300
commit9a7bdb6d711c160734b498b6ba1a7b8fb6c230ec (patch)
tree4451d311b2e9b81c47474004072bcf88e131f5f7 /libavformat/Makefile
parent6a941b56913c6766677c56245187268f326e7ad8 (diff)
avformat/av1dec: add low-overhead bitstream format
It's defined in Section 5.2, used by netflix. Signed-off-by: James Almer <jamrial@gmail.com>
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 610d43ca99..cbb33fe37c 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -362,6 +362,7 @@ OBJS-$(CONFIG_NUT_DEMUXER) += nutdec.o nut.o isom.o
OBJS-$(CONFIG_NUT_MUXER) += nutenc.o nut.o
OBJS-$(CONFIG_NUV_DEMUXER) += nuv.o
OBJS-$(CONFIG_AV1_DEMUXER) += av1dec.o
+OBJS-$(CONFIG_OBU_DEMUXER) += av1dec.o
OBJS-$(CONFIG_OGG_DEMUXER) += oggdec.o \
oggparsecelt.o \
oggparsedirac.o \