mirror of
https://github.com/mpv-player/mpv
synced 2024-12-11 17:37:23 +00:00
0f45d2efeb
by A'rpi git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7111 b3059339-0415-0410-9bf9-f77b7e298cf2
4 lines
77 B
Bash
Executable File
4 lines
77 B
Bash
Executable File
rm drv4.so.6.0
|
|
gcc -c drv4.c -g &&
|
|
ld -shared -o drv4.so.6.0 drv4.o -ldl -lc
|