Migrate to new LV2 header paths (#6990)
This commit is contained in:
@@ -30,8 +30,8 @@
|
||||
#ifdef LMMS_HAVE_LV2
|
||||
|
||||
#include <cstdint>
|
||||
#include <lv2/lv2plug.in/ns/ext/options/options.h>
|
||||
#include <lv2/lv2plug.in/ns/ext/urid/urid.h>
|
||||
#include <lv2/options/options.h>
|
||||
#include <lv2/urid/urid.h>
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include <set>
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
#ifdef LMMS_HAVE_LV2
|
||||
|
||||
#include <lv2/lv2plug.in/ns/ext/urid/urid.h>
|
||||
#include <lv2/urid/urid.h>
|
||||
#include <mutex> // TODO: use semaphore, even though this is not realtime critical
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
#ifdef LMMS_HAVE_LV2
|
||||
|
||||
#include <lilv/lilv.h>
|
||||
#include <lv2/lv2plug.in/ns/ext/worker/worker.h>
|
||||
#include <lv2/worker/worker.h>
|
||||
#include <thread>
|
||||
#include <vector>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user