diff options
author | Filipe Coelho <falktx@falktx.com> | 2019-03-18 08:33:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-18 08:33:50 +0100 |
commit | 59550f67ee357c82886816391aaeefd6448e8eb7 (patch) | |
tree | dc7a7a6714975d8ccda2f8da55064a7b2d4eda50 /common/wscript | |
parent | bb3f5cb2963dc74ba045a1553e05f755af8623cc (diff) | |
download | jack2-59550f67ee357c82886816391aaeefd6448e8eb7.tar.gz |
Fix client UUID gen, and some warnings (#440)
* Fix generation of client uuid
Signed-off-by: falkTX <falktx@falktx.com>
* Remove all client properties when removed; Cleanup a few things
Signed-off-by: falkTX <falktx@falktx.com>
* Make all uuid function arguments use jack_uuid_t type; Fix warnings
Signed-off-by: falkTX <falktx@falktx.com>
* Rework uuids to never be int, more cleanup
Signed-off-by: falkTX <falktx@falktx.com>
Diffstat (limited to 'common/wscript')
-rw-r--r-- | common/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/wscript b/common/wscript index 48c0ad9d..afc251a2 100644 --- a/common/wscript +++ b/common/wscript @@ -250,6 +250,7 @@ def build(bld): 'JackMidiSendQueue.cpp', 'JackMidiUtil.cpp', 'JackMidiWriteQueue.cpp', + 'JackMetadata.cpp', ] if bld.env['IS_LINUX']: |