aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2017-05-04 23:06:20 +0100
committerMark Thompson <sw@jkqxz.net>2017-08-12 22:17:20 +0100
commitf11d8a5e8b185340cc50fcbc8a1437b0fbe7e931 (patch)
tree8b310c0a7b89baf349ddbc135ae4054e87e1814f /libavcodec/Makefile
parent867381b8b51fa21fa2b8f071f508f3d39cc9c1f0 (diff)
downloadffmpeg-f11d8a5e8b185340cc50fcbc8a1437b0fbe7e931.tar.gz
lavc: Add trace_headers bitstream filter
Supports all streams that the coded bitstream infrastructure does (currently H.264 and H.265).
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 9791fb342e..09772a85f7 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -786,6 +786,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_TRACE_HEADERS_BSF) += trace_headers_bsf.o
OBJS-$(CONFIG_VP9_RAW_REORDER_BSF) += vp9_raw_reorder_bsf.o
OBJS-$(CONFIG_VP9_SUPERFRAME_BSF) += vp9_superframe_bsf.o
OBJS-$(CONFIG_VP9_SUPERFRAME_SPLIT_BSF) += vp9_superframe_split_bsf.o