aboutsummaryrefslogtreecommitdiff
path: root/ffmpeg/gcc-14.patch
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-06-03 14:32:36 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-06-03 14:32:36 +0000
commit93a354611e38a6949add5c2e5ccc93ef79b9755f (patch)
tree7fee41752b1047d74c59f8ee046cd62735e7e934 /ffmpeg/gcc-14.patch
parent35912580b66e9439f91ea441938828ad8aa33b0d (diff)
downloadalicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.tar.gz
alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.zip
Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI]
Diffstat (limited to 'ffmpeg/gcc-14.patch')
-rw-r--r--ffmpeg/gcc-14.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/ffmpeg/gcc-14.patch b/ffmpeg/gcc-14.patch
new file mode 100644
index 00000000..c9ab18c7
--- /dev/null
+++ b/ffmpeg/gcc-14.patch
@@ -0,0 +1,12 @@
+diff --git a/configure b/configure
+index 4f5353f..88c66f3 100755
+--- a/configure
++++ b/configure
+@@ -7540,6 +7540,7 @@ elif enabled gcc; then
+ check_cflags -Werror=return-type
+ check_cflags -Werror=vla
+ check_cflags -Wformat
++ check_cflags -Wno-error=incompatible-pointer-types
+ check_cflags -fdiagnostics-color=auto
+ enabled extra_warnings || check_disable_warning -Wno-maybe-uninitialized
+ if enabled x86_32; then