forked from jengelh/ffmpeg-4
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
This commit is contained in:
parent
3ac4d60c6b
commit
0580fef140
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 2 09:38:47 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- 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 <mliska@suse.cz>
|
Thu May 2 08:00:42 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -706,12 +706,12 @@ done
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
cat config.h
|
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
|
%global extratools aviocat cws2fws ffescape ffeval ffhash fourcc2pixfmt graph2dot ismindex pktdumper probetest qt-faststart seek_print sidxindex trasher
|
||||||
|
|
||||||
for i in %extratools; do
|
for i in %extratools; do
|
||||||
make "tools/$i"
|
%make_build "tools/$i"
|
||||||
done
|
done
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user