aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-11-13 11:00:02 +0100
committerAnton Khirnov <anton@khirnov.net>2016-12-14 09:06:45 +0100
commit03a80925effc2698d21dc0b00290eecf42dd9e68 (patch)
tree182813973ed9225e1901cdd3eb6be7c5d4f24f1a /libavcodec/Makefile
parent8fb4210ad8785c01fccf2fc59af6a6fa2892b6b2 (diff)
downloadffmpeg-03a80925effc2698d21dc0b00290eecf42dd9e68.tar.gz
lavc: add a bitstream filter for splitting VP9 superframes
Partially based on code by Ronald S. Bultje <rsbultje@gmail.com>.
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index d571d8def3..f07253a84d 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -767,6 +767,7 @@ OBJS-$(CONFIG_NOISE_BSF) += noise_bsf.o
OBJS-$(CONFIG_NULL_BSF) += null_bsf.o
OBJS-$(CONFIG_REMOVE_EXTRADATA_BSF) += remove_extradata_bsf.o
OBJS-$(CONFIG_TEXT2MOVSUB_BSF) += movsub_bsf.o
+OBJS-$(CONFIG_VP9_SUPERFRAME_SPLIT_BSF) += vp9_superframe_split_bsf.o
# thread libraries
OBJS-$(HAVE_LIBC_MSVCRT) += file_open.o