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

4 lines
111 B
Bash
Raw Normal View History

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