|
|
|
@@ -54,21 +54,6 @@ typedef int32_t jack_port_type_id_t; |
|
|
|
|
|
|
|
#define JACK_BACKEND_ALIAS "system" |
|
|
|
|
|
|
|
#ifndef POST_PACKED_STRUCTURE |
|
|
|
#ifdef __GNUC__ |
|
|
|
/* POST_PACKED_STRUCTURE needs to be a macro which |
|
|
|
expands into a compiler directive. The directive must |
|
|
|
tell the compiler to arrange the preceding structure |
|
|
|
declaration so that it is packed on byte-boundaries rather |
|
|
|
than use the natural alignment of the processor and/or |
|
|
|
compiler. |
|
|
|
*/ |
|
|
|
#define POST_PACKED_STRUCTURE __attribute__((__packed__)) |
|
|
|
#else |
|
|
|
/* Add other things here for non-gcc platforms */ |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
/* Port type structure. |
|
|
|
* |
|
|
|
* (1) One for each port type is part of the engine's jack_control_t |
|
|
|
|