From b8b41bcb6c0c0d13ecd08bb5f81324e3da692758 Mon Sep 17 00:00:00 2001 From: Alwin Esch Date: Mon, 15 Apr 2024 16:21:08 +0200 Subject: [PATCH] Test try to issue about failed build --- depends/common/ffmpeg/05-test.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 depends/common/ffmpeg/05-test.patch diff --git a/depends/common/ffmpeg/05-test.patch b/depends/common/ffmpeg/05-test.patch new file mode 100644 index 00000000..efeab119 --- /dev/null +++ b/depends/common/ffmpeg/05-test.patch @@ -0,0 +1,10 @@ +--- a/configure ++++ b/configure +@@ -7199,7 +7199,6 @@ if enabled lto; then + test "$cc_type" != "$ld_type" && die "LTO requires same compiler and linker" + check_cflags -flto + check_ldflags -flto $cpuflags +- disable inline_asm_direct_symbol_refs + fi + + enabled ftrapv && check_cflags -ftrapv