diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-09-26 09:39:38 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-09-26 09:39:38 +0000 |
| commit | bb568c2d5e7eeafc74724796058c32680563a643 (patch) | |
| tree | bcdd0c78096981cc6c60fde20e646a3b4845c351 /repos/extra/ffmpeg/gcc-14.patch | |
| parent | a40ac02b13b3ed35a25fe6c9521cde8ee342e8ce (diff) | |
| download | alicelinux-bb568c2d5e7eeafc74724796058c32680563a643.tar.gz alicelinux-bb568c2d5e7eeafc74724796058c32680563a643.zip | |
ffmpeg: updated to 8.0
Diffstat (limited to 'repos/extra/ffmpeg/gcc-14.patch')
| -rw-r--r-- | repos/extra/ffmpeg/gcc-14.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/repos/extra/ffmpeg/gcc-14.patch b/repos/extra/ffmpeg/gcc-14.patch deleted file mode 100644 index c9ab18c7..00000000 --- a/repos/extra/ffmpeg/gcc-14.patch +++ /dev/null @@ -1,12 +0,0 @@ -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 |