commit 664a942

hovercats  ·  2024-08-29 09:36:53 +0000 UTC
parent 80d7a63
ffmpeg: 7.0.2
5 files changed,  +31, -3
+2, -0
1@@ -1,5 +1,7 @@
2 #!/bin/sh -e
3 
4+patch -p1 < 0001-add-configure-check-for-Wno-error-incompatible-point.patch
5+
6 ./configure \
7     --cc="${CC:-cc}" \
8     --cxx="${CXX:-c++}" \
+2, -1
1@@ -1 +1,2 @@
2-7d93a0ed1716fa513119affb102e4902fd25b66c14075b6e12615da17230ff6e4b
3+7a9e011d715ea65d24eb4143f266a8287d8ee803b3e25f1faf313cca5e9ff4a211
4+ebc86c1001b49f86d2751e658a8b28e2d29f245e17e96d6f0786a081e037ebf5bc
+24, -0
 1@@ -0,0 +1,24 @@
 2+From a5d76751b5e62b95db9004e745767748bc560602 Mon Sep 17 00:00:00 2001
 3+From: hovercats <hovercatswithlasereyes@protonmail.com>
 4+Date: Thu, 29 Aug 2024 11:28:09 +0200
 5+Subject: [PATCH] add configure check for -Wno-error=incompatible-pointer-types
 6+
 7+---
 8+ configure | 1 +
 9+ 1 file changed, 1 insertion(+)
10+
11+diff --git a/configure b/configure
12+index 8642513..f933a4e 100755
13+--- a/configure
14++++ b/configure
15+@@ -7540,6 +7540,7 @@ elif enabled gcc; then
16+     check_cflags -Werror=return-type
17+     check_cflags -Werror=vla
18+     check_cflags -Wformat
19++    check_cflags -Wno-error=incompatible-pointer-types
20+     check_cflags -fdiagnostics-color=auto
21+     enabled extra_warnings || check_disable_warning -Wno-maybe-uninitialized
22+     if enabled x86_32; then
23+-- 
24+2.45.1
25+
+2, -1
1@@ -1 +1,2 @@
2-https://ffmpeg.org/releases/ffmpeg-6.1.1.tar.xz
3+https://ffmpeg.org/releases/ffmpeg-7.0.2.tar.xz
4+patches/0001-add-configure-check-for-Wno-error-incompatible-point.patch
+1, -1
1@@ -1 +1 @@
2-6.1.1 2
3+7.0.2 1