Comment 8 for bug 1362211

Revision history for this message
Reinhard Tartler (siretart) wrote : Re: [Bug 1362211] Re: enable fdk-aac, x262, x264 10bit and x265

Ubuntu already does provide a 10bit libx264 library in
/usr/lib/x86_64-linux-gnu/x264-10bit/libx264.so.142

Check yourself at: http://packages.ubuntu.com/trusty/amd64/libx264-142/filelist

The problem is that you can't have both the 8bit and the 10bit
libx264.so loaded into the same process because they define the same
symbols.

On Sat, Nov 8, 2014 at 8:58 PM, djcj <email address hidden> wrote:
> Creating a libx264-10bit.so library is really simple:
> ./configure --system-libx264 --enable-shared --bit-depth=10
> echo SONAME=libx264-10bit.so.140 >> config.mak
> make && mv x264 x264-10bit
>
> However, VLC's configure script might only look for static libraries of
> x264-10bit and x262, I haven't checked that out yet.
>
> --
> You received this bug notification because you are a member of MOTU
> Media Team, which is subscribed to vlc in Ubuntu.
> https://bugs.launchpad.net/bugs/1362211
>
> Title:
> enable fdk-aac, x262, x264 10bit and x265
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1362211/+subscriptions

--
regards,
    Reinhard