mirror of
https://github.com/levogevo/ffmpeg-av1-builder.git
synced 2026-01-15 16:56:18 +00:00
don't specify asm
This commit is contained in:
@@ -325,7 +325,7 @@ if [[ "$BUILD_OTHERS" == "true" ]]; then
|
|||||||
else
|
else
|
||||||
VP_COMP_FLAGS=""
|
VP_COMP_FLAGS=""
|
||||||
fi
|
fi
|
||||||
./configure --enable-pic --as=yasm \
|
./configure --enable-pic \
|
||||||
--extra-cflags="-flto -O${OPT_LVL} $VP_COMP_FLAGS" \
|
--extra-cflags="-flto -O${OPT_LVL} $VP_COMP_FLAGS" \
|
||||||
--extra-cxxflags="-flto -O${OPT_LVL} $VP_COMP_FLAGS" \
|
--extra-cxxflags="-flto -O${OPT_LVL} $VP_COMP_FLAGS" \
|
||||||
--disable-examples --disable-docs \
|
--disable-examples --disable-docs \
|
||||||
|
|||||||
Reference in New Issue
Block a user