bitstream_debug: build related cleanup

Move experimental config from debug_util.c/h to aom_util.mk to avoid
empty object.

Change-Id: Id7978ed6a342262bddaa4df8b53115e750fa1c2c
This commit is contained in:
Angie Chiang
2016-09-21 16:01:04 -07:00
parent 7a9ad9c83f
commit 6062a8bfee
7 changed files with 15 additions and 14 deletions

View File

@@ -19,7 +19,9 @@
#include "aom_mem/aom_mem.h"
#include "aom_ports/mem_ops.h"
#include "aom_ports/system_state.h"
#if CONFIG_BITSTREAM_DEBUG
#include "aom_util/debug_util.h"
#endif // CONFIG_BITSTREAM_DEBUG
#if CONFIG_CLPF
#include "av1/common/clpf.h"