shithub: openh264

Download patch

ref: 79838d4aad9726a1dbdb588b10f99699f8e0f4d8
parent: 9d244abb22f094bc1b96d49e04a104d7fc35f812
author: Martin Storsjö <[email protected]>
date: Wed Feb 19 09:22:20 EST 2014

Remove unused include directories

The processing lib doesn't need (and shouldn't) look into the
encoder's private include directories.

--- a/Makefile
+++ b/Makefile
@@ -83,10 +83,6 @@
     -Icodec/encoder/core/inc \
     -Icodec/encoder/plus/inc
 
-PROCESSING_INCLUDES = \
-    -Icodec/encoder/core/inc \
-    -Icodec/encoder/plus/inc
-
 GTEST_INCLUDES = \
     -Igtest \
     -Igtest/include