diff options
author | Luis Henrique <lmello.009@gmail.com> | 2010-06-29 20:59:13 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-06-29 20:59:13 -0500 |
commit | 8ddac80dd633d32ae7262b3fb2f00b8c52c177b9 (patch) | |
tree | f2123fe23c4ef2ca1109648914666b029f8411ce /audio/vamp-plugin-sdk/cstdio.diff | |
parent | f1615185375703312952188f723070a1c653421c (diff) |
audio/vamp-plugin-sdk: Added (audio plugin api)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'audio/vamp-plugin-sdk/cstdio.diff')
-rw-r--r-- | audio/vamp-plugin-sdk/cstdio.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/vamp-plugin-sdk/cstdio.diff b/audio/vamp-plugin-sdk/cstdio.diff new file mode 100644 index 0000000000000..ca9db01a8e873 --- /dev/null +++ b/audio/vamp-plugin-sdk/cstdio.diff @@ -0,0 +1,11 @@ +--- examples/FixedTempoEstimator.cpp.orig 2010-06-21 17:34:12.000000000 -0300 ++++ examples/FixedTempoEstimator.cpp 2010-06-21 17:34:34.000000000 -0300 +@@ -44,7 +44,7 @@ + using Vamp::RealTime; + + #include <cmath> +- ++#include <cstdio> + + class FixedTempoEstimator::D + // this class just avoids us having to declare any data members in the header |