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 protected]> 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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to 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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to