1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-12 01:46:16 +00:00
mpv/TOOLS/realcodecs/drv3.sh
arpi 0f45d2efeb realplayer codecs wrappers, originaly written by Florian Schneider, extended
by A'rpi


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7111 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-28 14:17:06 +00:00

4 lines
77 B
Bash
Executable File

rm drv3.so.6.0
gcc -c drv3.c -g &&
ld -shared -o drv3.so.6.0 drv3.o -ldl -lc