annotate TOOLS/realcodecs/drv3.sh @ 10321:140fcbd20c18

fixed bandInfo name clash with libmp3lame v3.93.1 (longLimit and shortLimit are also only used in layer3.c so it's safe to make them static too - avoiding further clashes)
author alex
date Sat, 21 Jun 2003 23:45:07 +0000
parents 86c478bea7ce
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7110
86c478bea7ce realplayer codecs wrappers, originaly written by Florian Schneider, extended
arpi
parents:
diff changeset
1 rm drv3.so.6.0
86c478bea7ce realplayer codecs wrappers, originaly written by Florian Schneider, extended
arpi
parents:
diff changeset
2 gcc -c drv3.c -g &&
86c478bea7ce realplayer codecs wrappers, originaly written by Florian Schneider, extended
arpi
parents:
diff changeset
3 ld -shared -o drv3.so.6.0 drv3.o -ldl -lc