This matches the other includes and also fixes a compile issue in
chromium.
Change-Id: I45e00a1454f7ed948aa3b96b04cc5946b1d02985
ALL_SRCS = $(foreach ex,$(TOOLS),$($(notdir $(ex:.c=)).SRCS))
CFLAGS += -I../include
+ifneq ($(CONFIG_CODEC_SRCS), yes)
+ CFLAGS += -I../include/vpx
+endif
# Expand all tools sources into a variable containing all sources
# for that tools (not just them main one specified in TOOLS)
extern "C" {
#endif
-#include "vpx/vpx_image.h"
-#include "vpx/vpx_integer.h"
+#include "./vpx_image.h"
+#include "./vpx_integer.h"
/*!\brief Decorator indicating a function is deprecated */
#ifndef DEPRECATED