Comment 7 for bug 1362211

Revision history for this message
djcj (djcj) 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.