[Ffmpeg-devel] ffmpeg crashes on windows
Ivan Wong
email
Mon Aug 1 09:41:11 CEST 2005
Hi,
Juan Ramos wrote:
> avcodec.lib is 12.035.784 bytes long
> avformat.lib is 2.953.562 bytes long
It sounds you are using static libraries by gcc, which can't be used
with MSVC. Instead of renaming .dll.a/.a to .lib, we usually use lib.exe:
lib /def:avcodec.def /name:avcodec.dll /out:avcodec.lib
Cheers,
--
Ivan, Wong Yat Cheung <email at ivanwong.info>
GPG: 1024D/7775FDBB: CE88 DBE0 5AF3 D4AC 91F5 6C0E 2C84 B2AD 7775 FDBB
More information about the ffmpeg-devel
mailing list