mirror of
https://github.com/levogevo/ffmpeg-av1-builder.git
synced 2026-01-15 16:56:18 +00:00
oops
This commit is contained in:
@@ -20,9 +20,11 @@ git clone https://github.com/xiph/opus.git "$OPUS_DIR" --depth 1
|
|||||||
|
|
||||||
export ARCH=$(arch)
|
export ARCH=$(arch)
|
||||||
export COMP_FLAGS=""
|
export COMP_FLAGS=""
|
||||||
if [[ "$ARCH" ]]
|
if [[ "$ARCH" == "x86_64" ]]
|
||||||
then
|
then
|
||||||
COMP_FLAGS="-march=native"
|
COMP_FLAGS="-march=native"
|
||||||
|
elif [[ "$ARCH" == "riscv64" ]]
|
||||||
|
COMP_FLAGS="-march=rv64"
|
||||||
fi
|
fi
|
||||||
echo "COMP_FLAGS: $COMP_FLAGS"
|
echo "COMP_FLAGS: $COMP_FLAGS"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user