diff options
Diffstat (limited to 'recipes-multimedia/mediasdk/files/fix-gcc13.patch')
| -rw-r--r-- | recipes-multimedia/mediasdk/files/fix-gcc13.patch | 15 | 
1 files changed, 15 insertions, 0 deletions
| diff --git a/recipes-multimedia/mediasdk/files/fix-gcc13.patch b/recipes-multimedia/mediasdk/files/fix-gcc13.patch new file mode 100644 index 00000000..fb973870 --- /dev/null +++ b/recipes-multimedia/mediasdk/files/fix-gcc13.patch | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | Upstream-Status: Inactive-Upstream | ||
| 2 | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> | ||
| 3 | |||
| 4 | diff --git a/api/mfx_dispatch/linux/mfxparser.cpp b/api/mfx_dispatch/linux/mfxparser.cpp | ||
| 5 | index 9d3823ec3e..12e46d1881 100644 | ||
| 6 | --- a/api/mfx_dispatch/linux/mfxparser.cpp | ||
| 7 | +++ b/api/mfx_dispatch/linux/mfxparser.cpp | ||
| 8 | @@ -20,6 +20,7 @@ | ||
| 9 | |||
| 10 | #include <ctype.h> | ||
| 11 | #include <stdio.h> | ||
| 12 | +#include <stdint.h> | ||
| 13 | #include <stdlib.h> | ||
| 14 | #include <string.h> | ||
| 15 | |||
