mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-31 12:11:31 +08:00
switch to libva 2.x
- support for libva 1.x has been dropped Change-Id: Ie5361b98cdd36144c9cd2a413c5fc2871655f333
This commit is contained in:
committed by
sys_ocldev
parent
c911e249f4
commit
1504d89571
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017, Intel Corporation
|
||||
* Copyright (c) 2017 - 2018, Intel Corporation
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
@@ -27,7 +27,7 @@ namespace Os {
|
||||
// Compiler library names
|
||||
const char *frontEndDllName = "libigdfcl.so";
|
||||
const char *igcDllName = "libigdccl.so";
|
||||
const char *libvaDllName = "libva.so.1";
|
||||
const char *libvaDllName = "libva.so.2";
|
||||
#endif //__linux__
|
||||
const char *sysFsPciPath = "/sys/bus/pci/devices/";
|
||||
const char *tbxLibName = "libtbxAccess.so";
|
||||
|
||||
Reference in New Issue
Block a user