Skip to content

Commit

Permalink
fixed build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaji Khan committed Sep 17, 2024
1 parent e80dac1 commit 7faa13c
Show file tree
Hide file tree
Showing 5 changed files with 2,664 additions and 11 deletions.
77 changes: 66 additions & 11 deletions .idea/other.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions app/src/main/cpp/SharedLibrary.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ class SharedLibrary {
} PluginType ;

std::string mainActivityClassName ;

LilvPlugin* plugin = nullptr ;
LilvInstance* instance = nullptr;
std::string lv2_config_path ;
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/cpp/atomic.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@

#include <stdbool.h>
#include <stdint.h>
#ifndef __ANDROID__
#include <cstdlib>
#else
#include <stdlib.h>
#endif

#define ATOMIC_NAME(name) \
name##_atomic
Expand Down
Loading

0 comments on commit 7faa13c

Please sign in to comment.