[FFmpeg-user] Build LGPL version of FFmpeg for Windows
Michael Raab
Michael.Raab at iff.fraunhofer.de
Fri Nov 2 09:42:41 CET 2012
Hi,
the hint helped, but I'm still struggeling. I'm trying to compile with
msvc. Therefore I followed the guide at:
http://blogs.gnome.org/rbultje/2012/09/27/microsoft-visual-studio-support-in-ffmpeg-and-libav/
When trying to configure, I get the following error:
$ ./configure --toolchain=msvc
c99wrap cl is unable to create an executable file.
If c99wrap cl is a cross-compiler, use the --enable-cross-compile option.
Only do this if you know what cross compiling means.
C compiler test failed.
Any Ideas?
Thanks,
Michael
Von: Carl Eugen Hoyos <cehoyos at ag.or.at>
An: ffmpeg-user at ffmpeg.org
Datum: 29.10.2012 11:40
Betreff: Re: [FFmpeg-user] Build LGPL version of FFmpeg for Windows
Gesendet von: ffmpeg-user-bounces at ffmpeg.org
Michael Raab <Michael.Raab <at> iff.fraunhofer.de> writes:
> I'm using the following configure parameters:
>
> --enable-swscale --enable-shared --disable-static --enable-memalign-hack
> --enable-avfilter --enable-hardcoded-tables --disable-libopenjpeg
> --enable-runtime-cpudetect --enable-w32threads --enable-avisynth
> --target-os=mingw32 --arch=x86_32 --disable-debug --enable-version3
Completely unrelated to your problem:
--enable-swscale --enable-avfilter and --disable-libopenjpeg
are unneeded (all three are default), --enable-version3 does
not have any effect afaict.
(After reading your email address, I even suspect you really,
really don't want to use --enable-version3.)
And I wonder if --enable-memalign-hack is really needed, I
honestly don't know.
> configure executes successfully. But when trying to run make,
> I get the following error:
>
> $ make
> library.mak:97: *** missing separator. Stop.
>
> I would be thankful if someone may provide some help on this.
Ticket 1209 contains an explanation:
http://ffmpeg.org/trac/ffmpeg/ticket/1209
Carl Eugen
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user at ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user
More information about the ffmpeg-user
mailing list