Welcome to mirror list, hosted at ThFree Co, Russian Federation.

compile.sh « speexclient - github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fae58a0b7ab937ec191dc4cddce8499074e79e85 (plain)
1
2
3
#!/bin/sh
gcc -Wall -I../include speex_jitter_buffer.c speexclient.c alsa_device.c `pkg-config --cflags speexdsp` -o speexclient -lspeex -lspeexdsp -lasound -lm `pkg-config --libs speexdsp`