[ #4035 ] patch to make scons compile with ffmpeg in mingw

Submitted by Joseph Eagar (joeedh). windows/gcc ffmpeg library may need recompiling to support all codecs necessary (ie. H264 doesn't work).
This commit is contained in:
Nathan Letwory
2006-08-14 12:47:13 +00:00
parent 404ccd1a07
commit 800ae7cf46
6 changed files with 15 additions and 2 deletions

View File

@@ -34,6 +34,7 @@ if env['WITH_BF_QUICKTIME']==1:
if env['WITH_BF_FFMPEG'] == 1:
defs.append('WITH_FFMPEG')
incs += ' ' + env['BF_FFMPEG_INC']
# TODO buildinfo
if env['BF_BUILDINFO'] == 1: