1
0
2023-10-19 15:03:27 +08:00
2023-08-29 10:06:18 +08:00
2023-08-29 10:06:18 +08:00
2023-10-19 15:03:27 +08:00
2023-08-29 10:06:18 +08:00
2023-08-29 10:06:18 +08:00
2023-10-19 15:03:27 +08:00
2023-08-29 10:06:18 +08:00
2023-08-29 10:06:18 +08:00
2023-10-19 15:03:27 +08:00
2023-10-19 15:03:27 +08:00
2023-08-29 10:06:18 +08:00
2023-10-19 15:03:27 +08:00

xplayer

Build On MSYS2

pacman -S ${MINGW_PACKAGE_PREFIX}-glfw ${MINGW_PACKAGE_PREFIX}-mpv

cmake -B build -G 'MinGW 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%