view TOOLS/realcodecs/sipr.sh @ 16504:aa2b250ba16b

add a demux_peekc function that allows to just "have a look" at the next byte of data from the demuxer.
author reimar
date Sat, 17 Sep 2005 18:05:55 +0000
parents 86c478bea7ce
children
line wrap: on
line source

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