view TOOLS/realcodecs/rv30.sh @ 16732:644baf91233c

ao_macosx is a native audio output driver and should thus have priority over non-native outputs drivers like ao_sdl and the like.
author diego
date Tue, 11 Oct 2005 23:07:53 +0000
parents 86c478bea7ce
children
line wrap: on
line source

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