mirror of https://github.com/mpv-player/mpv
4 lines
75 B
Bash
4 lines
75 B
Bash
|
rm sipr.so.6.0
|
||
|
gcc -c sipr.c -g
|
||
|
ld -shared -o sipr.so.6.0 sipr.o -ldl -lc
|
||
|
|