[x264-devel] [Git][videolan/x264][master] Add Risc-V 64 bit
Anton Mitrofanov (@BugMaster)
gitlab at videolan.org
Sat Dec 17 16:56:36 UTC 2022
Anton Mitrofanov pushed to branch master at VideoLAN / x264
Commits:
941cae6d by Roger Hardiman at 2022-12-17T16:09:25+00:00
Add Risc-V 64 bit
- - - - -
1 changed file:
- config.guess
Changes:
=====================================
config.guess
=====================================
@@ -985,6 +985,9 @@ EOF
ppc:Linux:*:*)
echo powerpc-unknown-linux-gnu
exit ;;
+ riscv64:Linux:*:*)
+ echo ${UNAME_MACHINE}-unknown-linux-gnu
+ exit ;;
s390:Linux:*:* | s390x:Linux:*:*)
echo ${UNAME_MACHINE}-ibm-linux
exit ;;
View it on GitLab: https://code.videolan.org/videolan/x264/-/commit/941cae6d1d6d6344c9a1d27440eaf2872b18ca9a
--
View it on GitLab: https://code.videolan.org/videolan/x264/-/commit/941cae6d1d6d6344c9a1d27440eaf2872b18ca9a
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the x264-devel
mailing list