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