I'm getting the following error when trying to build in 10-bit mode:
Commands used:
$ ./configure
--prefix='/usr' \
--enable-shared \
--bit-depth='10' \
--chroma-format='all' \
--enable-lto \
--enable-pic \
--disable-swscale \
--disable-lavf \
--disable-ffms \
--disable-gpac
$ make -j1
It builds fine with 8-bit depth by using --bit-depth='8'.
System Information:
OS: Arch Linux x86_64
Compiler: using gcc 7.3.1 to compile this (gcc 8.1.1 gives error)
yasm: 1.3.0
l-smash: 2.14.5
xavs2: git master
I'm getting the following error when trying to build in 10-bit mode:
Commands used:
It builds fine with 8-bit depth by using
--bit-depth='8'.System Information:
OS: Arch Linux x86_64
Compiler: using gcc 7.3.1 to compile this (gcc 8.1.1 gives error)
yasm: 1.3.0
l-smash: 2.14.5
xavs2: git master