Bug#804376: static library not linked correctly
djcj
djcj at gmx.de
Sat Nov 7 21:06:34 UTC 2015
Package: x265
Version: 1.8-3
There's a mistake in the command that should create the final static
library.
In debian/rules line 51:
mv x265-8bit/libx265.a x265-8bit/lib264_main.a
It should be:
mv x265-8bit/libx265.a x265-8bit/libx265_main.a
So the static library is missing the object code for the 10 and 12 bit
modes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/attachments/20151107/ebba0262/attachment.html>
More information about the pkg-multimedia-maintainers
mailing list