Skip to content

Commit c408eb6

Browse files
committed
aom: prevent use of RISC-V intrinsics
Cross-compilation fails since v3.13.0 Investigate later, this platform is low priority
1 parent 97e0444 commit c408eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/posix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ cd aom_build
178178
AOM_AS_FLAGS="${FLAGS}" cmake -G"Unix Makefiles" \
179179
-DCMAKE_TOOLCHAIN_FILE=${ROOT}/Toolchain.cmake -DCMAKE_INSTALL_PREFIX=${TARGET} -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_BUILD_TYPE=MinSizeRel \
180180
-DBUILD_SHARED_LIBS=FALSE -DENABLE_DOCS=0 -DENABLE_TESTS=0 -DENABLE_TESTDATA=0 -DENABLE_TOOLS=0 -DENABLE_EXAMPLES=0 \
181-
-DCONFIG_PIC=1 -DENABLE_NASM=1 ${WITHOUT_NEON:+-DENABLE_NEON=0} \
181+
-DCONFIG_PIC=1 -DENABLE_NASM=1 ${WITHOUT_NEON:+-DENABLE_NEON=0} -DENABLE_RVV=0 \
182182
-DCONFIG_AV1_HIGHBITDEPTH=0 -DCONFIG_WEBM_IO=0 \
183183
..
184184
make install/strip

0 commit comments

Comments
 (0)