-
-
Notifications
You must be signed in to change notification settings - Fork 97
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.0.
- Updated libva to version 2.21.0. - Updated gmmlib to version 22.3.19. - Updated Intel Media driver to version 24.1.5. - Updated OneVPL GPU runtime to version 24.1.5.
- Loading branch information
Showing
5 changed files
with
23 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ fi | |
# | ||
apk --no-cache add \ | ||
curl \ | ||
clang15 \ | ||
clang17 \ | ||
make \ | ||
cmake \ | ||
|
||
|
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 was deleted.
Oops, something went wrong.
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,10 @@ | ||
--- a/api/mfx_dispatch/linux/mfxparser.cpp 2024-05-13 19:26:39.409018293 -0400 | ||
+++ b/api/mfx_dispatch/linux/mfxparser.cpp 2024-05-13 19:26:59.205040655 -0400 | ||
@@ -22,6 +22,7 @@ | ||
#include <stdio.h> | ||
#include <stdlib.h> | ||
#include <string.h> | ||
+#include <stdint.h> | ||
|
||
#include <list> | ||
|