From ebbe718237932964b25d9a6184cd6894da46673e Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Mon, 4 Feb 2008 06:44:13 +0000 Subject: * Building with FFMPEG-support on Windows works only for mingw. And those libs are static anyway. --- SConstruct | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 1886b6486b8..00b7404e9fd 100644 --- a/SConstruct +++ b/SConstruct @@ -422,10 +422,10 @@ if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw'): dllsources += ['${LCGDIR}/pthreads/lib/pthreadVC2.dll'] if env['WITH_BF_ICONV']: dllsources += ['${LCGDIR}/iconv/lib/iconv.dll'] - if env['WITH_BF_FFMPEG']: - dllsources += ['${LCGDIR}/ffmpeg/lib/avcodec-51.dll', - '${LCGDIR}/ffmpeg/lib/avformat-51.dll', - '${LCGDIR}/ffmpeg/lib/avutil-49.dll'] +# if env['WITH_BF_FFMPEG']: +# dllsources += ['${LCGDIR}/ffmpeg/lib/avcodec-51.dll', +# '${LCGDIR}/ffmpeg/lib/avformat-51.dll', +# '${LCGDIR}/ffmpeg/lib/avutil-49.dll'] windlls = env.Install(dir=env['BF_INSTALLDIR'], source = dllsources) allinstall += windlls -- cgit v1.2.3