This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
CarlaPipeUtils: stop using deprecated lv2 includes
Signed-off-by: falkTX <falktx@falktx.com>
pull/1780/head
falkTX
1 year ago
parent
d0c498c6c5
commit
a14c77bc39
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
source/utils/CarlaPipeUtils.cpp
+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
// -----------------------------------------------------------------------
Write
Preview
Loading…
Cancel
Save