python/lib/generator.py: add source_avcodec to blacklist
[aubio.git] / python / lib / generator.py
index 07b950c..4c2b4d8 100755 (executable)
@@ -42,6 +42,7 @@ def generate_object_files(output_path):
       #'resampler',
       # AUBIO_UNSTABLE
       'hist',
+      'parameter',
       'scale',
       'beattracking',
       'resampler',
@@ -56,7 +57,9 @@ def generate_object_files(output_path):
       'sink_sndfile',
       'source_apple_audio',
       'source_sndfile',
+      'source_avcodec',
       #'sampler',
+      'audio_unit',
       ]
 
   write_msg("-- INFO: %d objects in total" % len(cpp_objects))