Mercurial > mplayer.hg
annotate TOOLS/realcodecs/drv2.sh @ 14083:6797ec6f8047
Sync with
1.815: use a configurable-size ringbuffer instead of a pipe for buffering
key events.
1.814: sstep is usually inaccurate.
1.813: -identify now prints subtitle/audio track information.
1.812: -double is now default, thus -nodouble needs to be documented instead.
Slightly reworded the description of -nodouble.
author | gpoirier |
---|---|
date | Wed, 01 Dec 2004 21:54:50 +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 |