From 0580fef1403ee9ebbd8df4f420ccb27f3510b049438f63772dfcfa6e40b70308 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 2 May 2019 11:31:52 +0000 Subject: [PATCH] Accepting request 700055 from home:marxin:branches:multimedia:libs - Use %make_build in order to provide parallel build for tools/*. And make output verbose. OBS-URL: https://build.opensuse.org/request/show/700055 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=62 --- ffmpeg-4.changes | 6 ++++++ ffmpeg-4.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ffmpeg-4.changes b/ffmpeg-4.changes index 5009cf8..2a93b02 100644 --- a/ffmpeg-4.changes +++ b/ffmpeg-4.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 2 09:38:47 UTC 2019 - Martin Liška + +- Use %make_build in order to provide parallel build for tools/*. + And make output verbose. + ------------------------------------------------------------------- Thu May 2 08:00:42 UTC 2019 - Martin Liška diff --git a/ffmpeg-4.spec b/ffmpeg-4.spec index 64ba147..d04138c 100644 --- a/ffmpeg-4.spec +++ b/ffmpeg-4.spec @@ -706,12 +706,12 @@ done %endif cat config.h -make %{?_smp_mflags} V=1 +%make_build %global extratools aviocat cws2fws ffescape ffeval ffhash fourcc2pixfmt graph2dot ismindex pktdumper probetest qt-faststart seek_print sidxindex trasher for i in %extratools; do - make "tools/$i" + %make_build "tools/$i" done %install