Missed some stoff when removing libsamplerate.

This commit is contained in:
Joerg Mueller 2011-10-02 18:08:16 +00:00
parent a4a09fc638
commit 4bafd13eaf
2 changed files with 2 additions and 3 deletions

@ -23,7 +23,6 @@
set(INC
.
FX
SRC
intern
../ffmpeg
)

@ -2,8 +2,8 @@
Import ('env')
sources = env.Glob('intern/*.cpp') + env.Glob('FX/*.cpp') + env.Glob('SRC/*.cpp')
incs = '. intern FX SRC ' + env['BF_PTHREADS_INC']
sources = env.Glob('intern/*.cpp') + env.Glob('FX/*.cpp')
incs = '. intern FX ' + env['BF_PTHREADS_INC']
defs = []
if env['WITH_BF_FFMPEG']: