Additional IPP path
This commit is contained in:
@@ -372,7 +372,8 @@ if ipp_needed
|
|||||||
feature_defines += [
|
feature_defines += [
|
||||||
'-DHAVE_IPP',
|
'-DHAVE_IPP',
|
||||||
'-DUSE_IPP_STATIC',
|
'-DUSE_IPP_STATIC',
|
||||||
'-I' + ipp_path / 'include'
|
'-I' + ipp_path / 'include',
|
||||||
|
'-I' + ipp_path / 'include/ipp',
|
||||||
]
|
]
|
||||||
if architecture == 'x86'
|
if architecture == 'x86'
|
||||||
feature_libraries += [
|
feature_libraries += [
|
||||||
|
|||||||
Reference in New Issue
Block a user