mirror of
https://github.com/mpv-player/mpv
synced 2024-12-12 01:46:16 +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 drv2.so.6.0
|
|
gcc -c drv2.c -g &&
|
|
ld -shared -o drv2.so.6.0 drv2.o -ldl -lc
|