mirror of
https://github.com/mpv-player/mpv
synced 2024-12-11 17:37:23 +00:00
4 lines
77 B
Bash
4 lines
77 B
Bash
|
rm drv2.so.6.0
|
||
|
gcc -c drv2.c -g &&
|
||
|
ld -shared -o drv2.so.6.0 drv2.o -ldl -lc
|