shithub: libvpx

Download patch

ref: 8743cdd4462fc9fef67acd9a75570b3146af8b80
parent: 7a4703e8a90cae5b3c021af949c7e1387aff7309
parent: 204b72c98cae6b1edc79e48646f0c13ab3c12057
author: James Zern <jzern@google.com>
date: Wed May 1 15:51:41 EDT 2019

Merge "make vpx_debug_util.c inclusion conditional"

--- a/vpx_util/vpx_util.mk
+++ b/vpx_util/vpx_util.mk
@@ -15,5 +15,5 @@
 UTIL_SRCS-yes += endian_inl.h
 UTIL_SRCS-yes += vpx_write_yuv_frame.h
 UTIL_SRCS-yes += vpx_write_yuv_frame.c
-UTIL_SRCS-yes += vpx_debug_util.h
-UTIL_SRCS-yes += vpx_debug_util.c
+UTIL_SRCS-$(CONFIG_BITSTREAM_DEBUG) += vpx_debug_util.h
+UTIL_SRCS-$(CONFIG_BITSTREAM_DEBUG) += vpx_debug_util.c