Don't compile AUD_JOSResampleReaderCoeff.cpp twice (it's included in AUD_JOSResampleReader.cpp)
Patch from nico_ga, thanks!
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
Import ('env')
|
||||
|
||||
sources = env.Glob('intern/*.cpp') + env.Glob('FX/*.cpp')
|
||||
# file already included in AUD_JOSResampleReader.cpp
|
||||
sources.remove('AUD_JOSResampleReaderCoeff.cpp')
|
||||
incs = '. intern FX ' + env['BF_PTHREADS_INC']
|
||||
defs = []
|
||||
|
||||
|
Reference in New Issue
Block a user