# HG changeset patch # User Pascal Bellard # Date 1442827833 -7200 # Node ID 1e43d63c4aa780649393bd0cbbb198030ae61451 # Parent f534ca5670d7058d51e97f9b6c72fb29b329634b rtaudio: rece condition diff -r f534ca5670d7 -r 1e43d63c4aa7 rtaudio/receipt --- a/rtaudio/receipt Mon Sep 21 11:29:19 2015 +0200 +++ b/rtaudio/receipt Mon Sep 21 11:30:33 2015 +0200 @@ -16,13 +16,12 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure \ --prefix=/usr \ --with-alsa \ --with-jack \ $CONFIGURE_ARGS && - make + make -j 1 # Python bindings --> rtaudio-python ?? #cd $src/contrib/python/pyrtaudio #CFLAGS="$CFLAGS -I../../../include" \