mirror of
https://github.com/mpv-player/mpv
synced 2024-12-12 01:46:16 +00:00
4 lines
77 B
Bash
4 lines
77 B
Bash
|
rm drv3.so.6.0
|
||
|
gcc -c drv3.c -g &&
|
||
|
ld -shared -o drv3.so.6.0 drv3.o -ldl -lc
|