mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
4 lines
74 B
Bash
4 lines
74 B
Bash
|
rm rv30.so.6.0
|
||
|
gcc -c rv30.c -g
|
||
|
ld -shared -o rv30.so.6.0 rv30.o -ldl -lc
|