view TOOLS/realcodecs/cook.sh @ 7378:9fb2113b4869

- gui version of mplayer is using the audio 'control' function before(!) the audio-out module is initialized. As a workaround, initialize the audio device pathnames in the control function, otherwise the mixer does not work in gmplayer. - gui: Add support for left/right balance to the sun audio driver
author jkeil
date Thu, 12 Sep 2002 12:56:05 +0000
parents 86c478bea7ce
children
line wrap: on
line source

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