view TOOLS/realcodecs/drv2.sh @ 17574:9c90977d9f50

Remove a call to snd_pcm_prepare() because snd_pcm_hw_params() does it automatically, and remove a call to snd_pcm_drop() because snd_pcm_close() does it automatically.
author cladisch
date Fri, 10 Feb 2006 09:26:11 +0000
parents 86c478bea7ce
children
line wrap: on
line source

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