From bb042178b3296cacc11a53c4ce9b7f3cc6732270 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 27 Sep 2014 19:21:29 +0200 Subject: Switch to libaudioio. Fix playback stuttering. --- autogen.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 1c3417c..01cd53a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,9 +1,9 @@ #!/bin/sh -e # Check if hugin has been obtained: -if [ ! -f lrtp/autogen.sh ] || [ ! -f libaudioin/autogen.sh ] +if [ ! -f lrtp/autogen.sh ] || [ ! -f libaudioio/autogen.sh ] then - echo "You are missing the lrtp and/or libaudioin submodule." + echo "You are missing the lrtp and/or libaudioio submodule." echo "Run" echo " git submodule init" echo " git submodule update" @@ -13,5 +13,5 @@ fi # Now run autoreconf ${AUTORECONF:-autoreconf} -fiv -(cd lrtp; ./autogen.sh) -(cd libaudioin; ./autogen.sh) \ No newline at end of file +#(cd lrtp; ./autogen.sh) +#(cd libaudioio; ./autogen.sh) -- cgit v1.2.3