On 11/23/2014 6:38 PM, Sebastian Ramacher wrote:
ldd -r on my machine for these plugins gives me

/usr/lib/vlc/plugins/demux/libavformat_plugin.so:
        linux-vdso.so.1 (0x00007fff4e396000)
        libvlccore.so.8 => /usr/lib/libvlccore.so.8 (0x00007f98c97f3000)
        libavformat.so.56 => /usr/lib/x86_64-linux-gnu/libavformat.so.56 
(0x00007f98c94b3000)
        libavcodec.so.56 => /usr/lib/x86_64-linux-gnu/libavcodec.so.56 
(0x00007f98c8560000)
        libavutil.so.54 => /usr/lib/x86_64-linux-gnu/libavutil.so.54 
(0x00007f98c8334000)
It looks to me like the dependence on libX11 or libxcb arises because x11grab is enabled for the libav package. This introduces a dependence on xfixes which in turn depends on libX11 and libxcb.

Enabling x11grab causes linking against libxfixes3 but why this introduces a dependency on xfixes in packages like libavformat56 is not clear. It didn't help to rebuild libav and libxfixes.

Dave

--
John David Anglin    dave.ang...@bell.net


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to