Browse Source

CarlaPipeUtils: stop using deprecated lv2 includes

Signed-off-by: falkTX <falktx@falktx.com>
pull/1780/head
falkTX 1 year ago
parent
commit
a14c77bc39
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      source/utils/CarlaPipeUtils.cpp
  2. +1
    -1
      source/utils/CarlaPipeUtils.hpp

+ 1
- 1
source/utils/CarlaPipeUtils.cpp View File

@@ -30,7 +30,7 @@
#ifdef BUILDING_CARLA
# include "lv2/atom-util.h"
#else
# include "lv2/lv2plug.in/ns/ext/atom/util.h"
# include "lv2/atom/util.h"
#endif

#include <fcntl.h>


+ 1
- 1
source/utils/CarlaPipeUtils.hpp View File

@@ -24,7 +24,7 @@
#ifdef BUILDING_CARLA
# include "lv2/atom.h"
#else
# include "lv2/lv2plug.in/ns/ext/atom/atom.h"
# include "lv2/atom/atom.h"
#endif

// -----------------------------------------------------------------------


Loading…
Cancel
Save