make vpx_debug_util.c inclusion conditional
authorJames Zern <jzern@google.com>
Wed, 1 May 2019 00:42:46 +0000 (17:42 -0700)
committerJames Zern <jzern@google.com>
Wed, 1 May 2019 00:45:07 +0000 (17:45 -0700)
commit204b72c98cae6b1edc79e48646f0c13ab3c12057
tree64299b6c0cc63af7d363357faeaf4acb2e3d2bbf
parentaef0b8808ca3756991749760537981e05d99a9fc
make vpx_debug_util.c inclusion conditional

on CONFIG_BITSTREAM_DEBUG. this avoids an object file containing no
symbols which may cause warnings on some platforms.

Change-Id: I02af97d6970de949466c29f50d272733d97ee8d2
vpx_util/vpx_util.mk