[packman] circular depencency for ffmpeg/x264
Olaf Hering
olaf at aepfle.de
Tue Jan 3 09:12:07 CET 2017
libx264 requires ffmpeg, which in turn requires libx264:
libx264/libx264.spec
BuildRequires: pkgconfig(libavcodec)
BuildRequires: pkgconfig(libavformat)
BuildRequires: pkgconfig(libavutil)
ffmpeg-2.8/ffmpeg-2.8.spec
%bcond_with x264
%if %{with x264}
BuildRequires: pkgconfig(x264)
%if %{with x264}
--enable-libx264 \
This breaks bootstrap.
Olaf
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <http://lists.links2linux.de/pipermail/packman/attachments/20170103/43f22887/attachment.sig>
More information about the Packman
mailing list