# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/mplayer/riscv.patch # Copyright (C) 2024 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- MPlayer-1.5/configure.vanilla 2024-04-23 03:42:01.775158564 +0200 +++ MPlayer-1.5/configure 2024-04-23 03:43:03.501954858 +0200 @@ -2836,6 +2836,11 @@ iproc='arc' ;; + riscv*) + arch='riscv' + iproc='riscv' + ;; + *) echo "The architecture of your CPU ($host_arch) is not supported by this configure script" echo "It seems nobody has ported MPlayer to your OS or CPU type yet."