From 3c5820e69b7717814fdd2a8f9458d5cb86f543a4 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Sun, 6 May 2007 22:13:38 +0000 Subject: === FFMPEG on Win32 === * rebuilt ffmpeg libraries. h264 now actually works. --- SConstruct | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 3cea4b24e87..db690a2967c 100644 --- a/SConstruct +++ b/SConstruct @@ -594,18 +594,7 @@ if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw'): if env['WITH_BF_FFMPEG']: dllsources += ['${LCGDIR}/ffmpeg/lib/avcodec-51.dll', '${LCGDIR}/ffmpeg/lib/avformat-51.dll', - '${LCGDIR}/ffmpeg/lib/avutil-49.dll', - '${LCGDIR}/ffmpeg/lib/libdts.dll', - '${LCGDIR}/ffmpeg/lib/libfaac.dll', - '${LCGDIR}/ffmpeg/lib/libfaad.dll', - '${LCGDIR}/ffmpeg/lib/libgsm.dll', - '${LCGDIR}/ffmpeg/lib/libmp3lame-0.dll', - '${LCGDIR}/ffmpeg/lib/libogg-0.dll', - '${LCGDIR}/ffmpeg/lib/libvorbis-0.dll', - '${LCGDIR}/ffmpeg/lib/libvorbisenc-2.dll', - '${LCGDIR}/ffmpeg/lib/libx264-54.dll', - '${LCGDIR}/ffmpeg/lib/postproc-51.dll', - '${LCGDIR}/ffmpeg/lib/xvidcore.dll'] + '${LCGDIR}/ffmpeg/lib/avutil-49.dll'] windlls = env.Install(dir=env['BF_INSTALLDIR'], source = dllsources) allinstall += windlls -- cgit v1.2.3