From e13829fda39fec90c953dd9ee884d5bd7f15a7df Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Wed, 25 Oct 2017 12:15:37 +0200 Subject: [PATCH] show config.log in case of configure failure --- ffmpeg.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ffmpeg.spec b/ffmpeg.spec index ec6ea55..919caa4 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -338,6 +338,7 @@ cp -pr doc/examples/{*.c,Makefile,README} _doc/examples/ --enable-neon \ %endif %endif + || cat ffbuild/config.log %make_build V=1 make documentation V=1 @@ -402,6 +403,7 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir} - drop support for building on ppc (32bit) - explicitly support ppc64p7 and ppc64le - set correct CPU options on armv7hl +- show config.log in case of configure failure * Wed Oct 25 2017 Leigh Scott - 3.4-4 - Switch from yasm to nasm