[mpp]: move header files into header directory

It could make the build rules more clearly.
Also it could prevent the whole directory is added into the
search path of the include directory.

Change-Id: I1734bcb198c909c73e5d529d0bd6658d7148a685
Signed-off-by: Randy Li <randy.li@rock-chips.com>
This commit is contained in:
Randy Li
2016-10-28 16:53:14 +08:00
parent f49475dfc3
commit f19e77b842
4 changed files with 1 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ include(codecs.cmake)
# ----------------------------------------------------------------------------
# add include directory
# ----------------------------------------------------------------------------
include_directories(.)
include_directories(inc)
include_directories(common)
include_directories(base/inc)
include_directories(codec/inc)