-
-
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 HandBrake to version 1.8.2.
- Updated libva to version 2.22.0. - Updated gmmlib to version 22.5.0. - Updated Intel Media Driver to version 24.2.5. - Updated Intel OneVPL GPU Runtime to version 24.2.5.
- Loading branch information
Showing
4 changed files
with
56 additions
and
6 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,12 @@ | ||
# Use the same C++ version as Intel Media Driver. | ||
--- a/Source/GmmLib/Linux.cmake 2024-08-26 19:18:50.798504950 -0400 | ||
+++ b/Source/GmmLib/Linux.cmake 2024-08-26 19:18:55.078570496 -0400 | ||
@@ -130,7 +130,7 @@ | ||
-fno-rtti | ||
-fexceptions | ||
-fcheck-new | ||
- -std=c++11 | ||
+ -std=c++14 | ||
-pthread | ||
-Werror=non-virtual-dtor | ||
) |
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