From: Paul Brossier Date: Tue, 15 Oct 2013 22:26:26 +0000 (+0200) Subject: python/lib/generator.py: remove audio_unit X-Git-Tag: 0.4.0-beta1~110^2~14 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=7609f6d349703dc16107e09f2a607115d2a9f543;p=aubio.git python/lib/generator.py: remove audio_unit --- diff --git a/python/lib/generator.py b/python/lib/generator.py index 07b950ce..2033263a 100755 --- a/python/lib/generator.py +++ b/python/lib/generator.py @@ -57,6 +57,7 @@ def generate_object_files(output_path): 'source_apple_audio', 'source_sndfile', #'sampler', + 'audio_unit', ] write_msg("-- INFO: %d objects in total" % len(cpp_objects))