add export/visibility macros to libtimecode and build as a shared library again

This commit is contained in:
Paul Davis 2014-01-12 11:33:58 -05:00
parent b7bc2dd2c6
commit 2c21cbb044
3 changed files with 29 additions and 29 deletions

View file

@ -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;