Skip to content

Commit

Permalink
Additional IPP path
Browse files Browse the repository at this point in the history
  • Loading branch information
cannam committed Feb 27, 2025
1 parent a19a891 commit e4296ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,8 @@ if ipp_needed
feature_defines += [
'-DHAVE_IPP',
'-DUSE_IPP_STATIC',
'-I' + ipp_path / 'include'
'-I' + ipp_path / 'include',
'-I' + ipp_path / 'include/ipp',
]
if architecture == 'x86'
feature_libraries += [
Expand Down

0 comments on commit e4296ac

Please sign in to comment.