Skip to content

Build fails when using 10-bit depth #9

Description

@dbermond

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions