Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fails when using 10-bit depth #9

Open
dbermond opened this issue Jul 27, 2018 · 3 comments
Open

Build fails when using 10-bit depth #9

dbermond opened this issue Jul 27, 2018 · 3 comments
Labels
enhancement New feature or request

Comments

@dbermond
Copy link
Contributor

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

@luofalei luofalei added the enhancement New feature or request label Jul 28, 2018
@luofalei
Copy link
Member

This is a known issue, 10-bit encoding would supported in later version.

@zhongyizengzy
Copy link

This is a known issue, 10-bit encoding would supported in later version.

大概什么时候提供10-bit版本?

@Jamaika1
Copy link

#36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants