libsvtav1: disable build the decoder
Only the encoder is supported by FFmpeg, so building of the decoder is disabled. Signed-off-by: nanake <nanake@users.noreply.github.com>
This commit is contained in:
parent
9d0ab7f759
commit
4678698ad3
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ ffbuild_dockerbuild() {
|
|||
|
||||
mkdir build && cd build
|
||||
|
||||
cmake -DCMAKE_TOOLCHAIN_FILE="$FFBUILD_CMAKE_TOOLCHAIN" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="$FFBUILD_PREFIX" -DBUILD_SHARED_LIBS=OFF -DBUILD_TESTING=OFF -DBUILD_APPS=OFF ..
|
||||
cmake -DCMAKE_TOOLCHAIN_FILE="$FFBUILD_CMAKE_TOOLCHAIN" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="$FFBUILD_PREFIX" -DBUILD_DEC=OFF -DBUILD_SHARED_LIBS=OFF -DBUILD_TESTING=OFF -DBUILD_APPS=OFF ..
|
||||
make -j$(nproc)
|
||||
make install
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue