Mercurial > mplayer.hg
annotate TOOLS/realcodecs/drv2.sh @ 14606:1182e96d172f
Fixed the syntax of the spdif device string.
Thanks to Takashi Iwai for the hint.
author | reimar |
---|---|
date | Fri, 28 Jan 2005 10:12:28 +0000 |
parents | 86c478bea7ce |
children |
rev | line source |
---|---|
7110
86c478bea7ce
realplayer codecs wrappers, originaly written by Florian Schneider, extended
arpi
parents:
diff
changeset
|
1 rm drv2.so.6.0 |
86c478bea7ce
realplayer codecs wrappers, originaly written by Florian Schneider, extended
arpi
parents:
diff
changeset
|
2 gcc -c drv2.c -g && |
86c478bea7ce
realplayer codecs wrappers, originaly written by Florian Schneider, extended
arpi
parents:
diff
changeset
|
3 ld -shared -o drv2.so.6.0 drv2.o -ldl -lc |