mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
add export/visibility macros to libtimecode and build as a shared library again
This commit is contained in:
parent
b7bc2dd2c6
commit
2c21cbb044
3 changed files with 29 additions and 29 deletions
|
|
@ -23,10 +23,12 @@
|
|||
#include <stdint.h>
|
||||
#include <iomanip>
|
||||
|
||||
#include "timecode/visibility.h"
|
||||
|
||||
namespace Timecode {
|
||||
|
||||
/** Bar, Beat, Tick Time (i.e. Tempo-Based Time) */
|
||||
struct BBT_Time {
|
||||
struct LIBTIMECODE_API BBT_Time {
|
||||
static const double ticks_per_beat;
|
||||
|
||||
uint32_t bars;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue