Skip to content

Commit

Permalink
Disable unused parts of vvenc
Browse files Browse the repository at this point in the history
  • Loading branch information
BtbN committed Nov 3, 2024
1 parent 631222f commit 3ca3ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts.d/50-vvenc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ffbuild_dockerbuild() {
fi

cmake -DCMAKE_TOOLCHAIN_FILE="$FFBUILD_CMAKE_TOOLCHAIN" -DCMAKE_INSTALL_PREFIX="$FFBUILD_PREFIX" -DCMAKE_BUILD_TYPE=Release \
-DBUILD_SHARED_LIBS=OFF -DVVENC_ENABLE_LINK_TIME_OPT=OFF -DEXTRALIBS="-lstdc++" "${armsimd[@]}" ..
-DBUILD_SHARED_LIBS=OFF -DVVENC_LIBRARY_ONLY=ON -DVVENC_ENABLE_LINK_TIME_OPT=OFF -DEXTRALIBS="-lstdc++" "${armsimd[@]}" ..

make -j$(nproc)
make install
Expand Down

0 comments on commit 3ca3ec4

Please sign in to comment.