1
0
2025-08-29 00:56:34 +08:00
2025-08-29 00:56:34 +08:00
2025-08-29 00:56:34 +08:00
2023-08-29 10:06:18 +08:00
2023-08-29 10:06:18 +08:00
2023-11-13 15:32:23 +08:00
2023-08-29 10:06:18 +08:00
2023-08-29 10:06:18 +08:00
2023-11-13 15:32:23 +08:00
2025-08-29 00:56:34 +08:00
2023-08-29 10:06:18 +08:00

xplayer

Build On MSYS2

pacman -S ${MINGW_PACKAGE_PREFIX}-SDL2 ${MINGW_PACKAGE_PREFIX}-cc

cmake -B build -G 'MSYS Makefiles'
cmake --build build

Building for Switch

To build for Switch, a standard development environment must first be set up. In order to do so, refer to the Getting Started guide.

cmake -B build -DCMAKE_TOOLCHAIN_FILE="$DEVKITPRO/cmake/Switch.cmake"
make -C build xplayer_nro -j$(nproc)
# for debug
nxlink -a 192.168.3.97 -s build/xplayer.nro --args https://pan.3m3m.top/api/public/dl/Cwg6sGXL
Description
cross platform mpv demo
Readme 3.2 MiB
Languages
C++ 72.5%
C 27.5%