switch to libva 2.x

- support for libva 1.x has been dropped

Change-Id: Ie5361b98cdd36144c9cd2a413c5fc2871655f333
This commit is contained in:
Jacek Danecki
2018-03-28 18:30:37 +02:00
committed by sys_ocldev
parent c911e249f4
commit 1504d89571
5 changed files with 65 additions and 6 deletions

View File

@@ -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";