Mercurial > hg > vamp-plugin-sdk
comparison src/vamp-hostsdk/PluginSummarisingAdapter.cpp @ 406:b7268e8bd292
Build tweaks for OS/X
author | Chris Cannam |
---|---|
date | Tue, 16 Jun 2015 13:37:18 +0100 |
parents | 632d90c185ec |
children | 55de53d7c777 |
comparison
equal
deleted
inserted
replaced
405:67704de2bb54 | 406:b7268e8bd292 |
---|---|
626 } | 626 } |
627 | 627 |
628 void | 628 void |
629 PluginSummarisingAdapter::Impl::segment() | 629 PluginSummarisingAdapter::Impl::segment() |
630 { | 630 { |
631 SegmentBoundaries::iterator boundaryitr = m_boundaries.begin(); | |
632 | |
633 #ifdef DEBUG_PLUGIN_SUMMARISING_ADAPTER_SEGMENT | 631 #ifdef DEBUG_PLUGIN_SUMMARISING_ADAPTER_SEGMENT |
634 std::cerr << "segment: starting" << std::endl; | 632 std::cerr << "segment: starting" << std::endl; |
635 #endif | 633 #endif |
636 | 634 |
637 for (OutputAccumulatorMap::iterator i = m_accumulators.begin(); | 635 for (OutputAccumulatorMap::iterator i = m_accumulators.begin(); |