ports/audio/audacity/files/patch-src_effects_vamp_LoadVamp.cpp
Thomas Zander 330ca71a8b Add LV2 OPTION, remove MIDI OPTION, strip binary, fix build on 9.3
PR:		206694
Submitted by:	xxjack12xx@gmail.com (maintainer)
MFH:		2016Q1
2016-02-02 23:13:07 +00:00

11 lines
393 B
C++

--- src/effects/vamp/LoadVamp.cpp.orig 2016-01-08 22:05:48 UTC
+++ src/effects/vamp/LoadVamp.cpp
@@ -266,7 +266,7 @@ Plugin *VampEffectsModule::FindPlugin(co
Plugin *vp = PluginLoader::getInstance()->loadPlugin(key, 48000); // rate doesn't matter here
if (!vp)
{
- return false;
+ return NULL;
}
// We limit the listed plugin outputs to those whose results can