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