Binary compatibility report for the SLV2 library between 0.3.1 and 0.3.2 versions on x86
Test Info
Library Name | SLV2 |
Version #1 | 0.3.1 |
Version #2 | 0.3.2 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 17 |
Total Shared Libraries | 1 |
Total Symbols / Types | 86 / 94 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 0 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 1 |
Problems with Constants | Low | 0 |
Problems with Symbols, Low Severity (1)
plugininstance.h,
libslv2.so.4.0.0
[+] slv2_plugin_instantiate ( SLV2Plugin plugin, double sample_rate, LV2_Feature const** features ) (1)
changed to:slv2_plugin_instantiate ( SLV2Plugin plugin, double sample_rate, LV2_Feature const*const* features )
| Change | Effect |
---|
1 | Type of 3rd parameter features has been changed from LV2_Feature const** to LV2_Feature const*const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
to the top
Header Files (17)
lv2.h
lv2_gui.h
plugin.h
pluginclass.h
pluginclasses.h
plugininstance.h
plugins.h
pluginui.h
pluginuiinstance.h
pluginuis.h
port.h
slv2.h
types.h
util.h
value.h
values.h
world.h
to the top
Shared Libraries (1)
libslv2.so.4.0.0
to the top