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