remove unused defines, cant check every case but from grepping the souece it should go ok.

This commit is contained in:
2009-10-05 07:08:59 +00:00
parent af522abf33
commit 0f07bea06b
7 changed files with 4 additions and 40 deletions

View File

@@ -14,9 +14,6 @@ if env['WITH_BF_QUICKTIME']:
defs.append('WITH_QUICKTIME')
incs += ' ../quicktime ' + env['BF_QUICKTIME_INC']
if env['WITH_BF_FFMPEG']:
defs.append('WITH_FFMPEG')
if env['WITH_BF_OPENEXR']:
defs.append('WITH_OPENEXR')