mirror of
https://github.com/mpv-player/mpv
synced 2024-12-19 21:31:52 +00:00
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
|
||
|
|