shithub: openh264

Download patch

ref: 32b3b72e9f6d453da6955e11eaa9d250d05eb374
parent: a50d54f8e8cf80a5c0313847ef488e2eb42ce409
author: Varun B Patil <[email protected]>
date: Sun Jan 19 15:24:10 EST 2014

Cleanup include dir list in Makefile

--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,7 @@
 
 
 #### No user-serviceable parts below this line
-INCLUDES = -Icodec/api/svc -Icodec/common -Igtest/include
+INCLUDES = -Icodec/api/svc -Icodec/common
 #ASM_INCLUDES = -Iprocessing/src/asm/
 ASM_INCLUDES = -Icodec/common/
 
@@ -77,7 +77,11 @@
     -Icodec/encoder/plus/inc
 
 GTEST_INCLUDES = \
-    -Igtest
+    -Igtest \
+    -Igtest/include
+
+CODEC_UNITTEST_INCLUDES = \
+    -Igtest/include
 
 H264DEC_INCLUDES = $(DECODER_INCLUDES) -Icodec/console/dec/inc
 H264DEC_LDFLAGS = -L. $(call LINK_LIB, decoder) $(call LINK_LIB, common)