Remove the openvino pkgconfig search path

The openvino package now installs to the standard '/usr' prefix
as of version 2024.6.0-2. Now the openvino pkgconfig file is in
a standard location, and no more extra config is needed to find
it.
This commit is contained in:
Daniel Bermond
2025-01-08 19:29:45 -03:00
parent 13222754ec
commit a3b9d1b863
-1
View File
@@ -191,7 +191,6 @@ build() {
export CFLAGS+=' -isystem/opt/cuda/include'
export LDFLAGS+=' -L/opt/cuda/lib64'
export PKG_CONFIG_PATH="/opt/intel/openvino/runtime/lib/intel64/pkgconfig${PKG_CONFIG_PATH:+":${PKG_CONFIG_PATH}"}"
# fix build of libavfilter/asrc_flite.c with gcc 14
export CFLAGS+=' -Wno-incompatible-pointer-types'