mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-30 18:37:40 +01:00
GCC 4.6 fixes from oget (#3771).
git-svn-id: svn://localhost/ardour2/branches/3.0@8835 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
6b14bbd4f3
commit
d36e6b95c0
2 changed files with 2 additions and 1 deletions
|
|
@ -19,6 +19,7 @@
|
|||
#define RUBBERBAND_API_MAJOR_VERSION 2
|
||||
#define RUBBERBAND_API_MINOR_VERSION 0
|
||||
|
||||
#include <cstddef>
|
||||
#include <vector>
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -178,7 +178,7 @@ wiimote_discovery:
|
|||
std::cerr << "Wiimote: discovering, press 1+2" << std::endl;
|
||||
|
||||
while (!wiimote_handle && !main_thread_quit) {
|
||||
bdaddr = *BDADDR_ANY;
|
||||
bdaddr = (bdaddr_t) {{0, 0, 0, 0, 0, 0}};
|
||||
callback_thread_registered_for_ardour = false;
|
||||
wiimote_handle = cwiid_open(&bdaddr, 0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue