mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 06:35:46 +01:00
Separate sndfile.hh implementation into C++ source
This is required to be able to include "audiographer/sndfile/sndfile_writer.h" in more than one source file. which would otherwise lead to duplicate symbol: AudioGrapher::SndfileHandle::..
This commit is contained in:
parent
98ad20529b
commit
f322c4ded7
3 changed files with 340 additions and 293 deletions
|
|
@ -59,6 +59,7 @@ def build(bld):
|
|||
audiographer_sources = [
|
||||
'private/gdither/gdither.cc',
|
||||
'private/limiter/limiter.cc',
|
||||
'src/general/sndfile.cc',
|
||||
'src/general/sample_format_converter.cc',
|
||||
'src/routines.cc',
|
||||
'src/debug_utils.cc',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue