Mercurial > mplayer.hg
annotate TOOLS/realcodecs/rv30.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 |
rev | line source |
---|---|
7110
86c478bea7ce
realplayer codecs wrappers, originaly written by Florian Schneider, extended
arpi
parents:
diff
changeset
|
1 rm rv30.so.6.0 |
86c478bea7ce
realplayer codecs wrappers, originaly written by Florian Schneider, extended
arpi
parents:
diff
changeset
|
2 gcc -c rv30.c -g |
86c478bea7ce
realplayer codecs wrappers, originaly written by Florian Schneider, extended
arpi
parents:
diff
changeset
|
3 ld -shared -o rv30.so.6.0 rv30.o -ldl -lc |