summaryrefslogtreecommitdiff
path: root/vpx_util/vpx_util.mk
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2019-05-01 19:51:41 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-05-01 19:51:41 +0000
commit8743cdd4462fc9fef67acd9a75570b3146af8b80 (patch)
tree967d0354db7a348172fc6f4b81df84eea35c8bed /vpx_util/vpx_util.mk
parent7a4703e8a90cae5b3c021af949c7e1387aff7309 (diff)
parent204b72c98cae6b1edc79e48646f0c13ab3c12057 (diff)
downloadlibvpx-8743cdd4462fc9fef67acd9a75570b3146af8b80.tar
libvpx-8743cdd4462fc9fef67acd9a75570b3146af8b80.tar.gz
libvpx-8743cdd4462fc9fef67acd9a75570b3146af8b80.tar.bz2
libvpx-8743cdd4462fc9fef67acd9a75570b3146af8b80.zip
Merge "make vpx_debug_util.c inclusion conditional"
Diffstat (limited to 'vpx_util/vpx_util.mk')
-rw-r--r--vpx_util/vpx_util.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/vpx_util/vpx_util.mk b/vpx_util/vpx_util.mk
index 03da63b5a..e83a4c4ec 100644
--- a/vpx_util/vpx_util.mk
+++ b/vpx_util/vpx_util.mk
@@ -15,5 +15,5 @@ UTIL_SRCS-yes += vpx_thread.h
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