-
-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Intel Media Driver to version 23.3.5, Intel Media SDK to vers…
…ion 23.2.2 and OneVPL GPU runtime to version 23.3.4.
- Loading branch information
Showing
3 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- a/media_driver/cmake/linux/media_compile_flags_linux.cmake 2023-11-10 16:00:32.182289902 -0500 | ||
+++ b/media_driver/cmake/linux/media_compile_flags_linux.cmake 2023-11-10 16:01:23.034436228 -0500 | ||
@@ -51,8 +51,6 @@ | ||
-ffunction-sections | ||
-Wl,--gc-sections | ||
|
||
- # Enable c++14 features | ||
- -std=c++14 | ||
# -m32 or -m64 | ||
-m${ARCH} | ||
|
||
@@ -110,6 +108,8 @@ | ||
-fexceptions | ||
-fpermissive | ||
-fcheck-new | ||
+ # Enable c++14 features | ||
+ -std=c++14 | ||
) | ||
|
||
if(NOT ${PLATFORM} STREQUAL "android") |