fix build with lv2 1.18.0

Issue #23 resolved
bart created an issue

There has been a breaking change withlv2 1.18.0

For most packages, the fix is a simple:

‌ find . -type f -exec fgrep -q LV2UI_Descriptor {} \; \

‌ -exec sed -i {} -e 's/const struct _\?LV2UI_Descriptor/const LV2UI_Descriptor/' \;

See for example https://github.com/tomszilagyi/ir.lv2/pull/20

Comments (3)

  1. Log in to comment