shithub: aubio

Download patch

ref: e1cdb899cb63cda44e50846e07751dd219010cfa
parent: fcd963afe3fd87c1bcd959e4c34185f6757f8713
author: Paul Brossier <piem@piem.org>
date: Fri Dec 6 09:34:58 EST 2013

python/lib/generator.py: add source_avcodec to blacklist

--- a/python/lib/generator.py
+++ b/python/lib/generator.py
@@ -57,6 +57,7 @@
       'sink_sndfile',
       'source_apple_audio',
       'source_sndfile',
+      'source_avcodec',
       #'sampler',
       'audio_unit',
       ]
--