Files
luban-lite-t3e-pro/packages/third-party/minimp3/player/build.sh

4 lines
114 B
Bash
Raw Normal View History

2025-09-30 11:56:06 +08:00
./build-sdl.sh $1
gcc -O2 -o player *.cpp *.c -lstdc++ -lpthread -lm -ldl -LSDL/build-$1 -ISDL/include -lSDL2