13
0

#ifdef code dependent on libsndfile 1.0.28

This commit is contained in:
Paul Davis 2021-05-14 19:03:52 -06:00
parent 689d33ddd5
commit ac87409122

View File

@ -395,6 +395,8 @@ SndFileSource::open ()
}
}
#endif
#ifdef LIBSNDFILE_SUPPORTS_CUES_AND_LABELS
if (!writable()) {
cerr << "Check for cues with " << _sndfile << endl;
uint32_t cc;
@ -410,7 +412,7 @@ SndFileSource::open ()
}
}
}
#endif
if (!_broadcast_info) {
_broadcast_info = new BroadcastInfo;
}