commit 1b3f96ae4bcbcaca811bdb054341364e39d0a0f9
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Aug 17 18:43:21 2020 +0100
Disable LTO, internal ffmpeg probably needs to be built with --enable-lto
avidemux.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/avidemux.spec b/avidemux.spec
index 4c537d7..7b1dd23 100644
--- a/avidemux.spec
+++ b/avidemux.spec
@@ -4,6 +4,8 @@
%global __os_install_post %(echo '%{__os_install_post}' | sed -e
's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')
# Use old cmake macro
%global __cmake_in_source_build 1
+# Disable LTO, internal ffmpeg probably needs to be built with --enable-lto
+%global _lto_cflags %{nil}
Name: avidemux
Version: 2.7.6