[FFmpeg-user] Build LGPL version of FFmpeg for Windows

Michael Raab Michael.Raab at iff.fraunhofer.de
Tue Nov 6 12:26:16 CET 2012


ffmpeg-user-bounces at ffmpeg.org schrieb am 05.11.2012 17:50:20:

> Von: Carl Eugen Hoyos <cehoyos at ag.or.at>
> An: ffmpeg-user at ffmpeg.org
> Datum: 05.11.2012 17:55
> 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:
> 
> > > > Which code base/repository are you using? 
> > > 
> > > Didn't I already link to http://fate.ffmpeg.org/ ?
> > > It contains all information afaict.
> > 
> > http://fate.ffmpeg.org/ does not tell me which git 
> > repository it uses..
> 
> I am really no expert for git but I know for sure that 
> it is not defined through "repositories" but through 
> version hashes (that fate shows prominently).

Sorry usually we're working with SVN. Please excuse... ;-)

 
> > I pulled the current code from 
> > git://source.ffmpeg.org/ffmpeg.git 
> 
> But that is the right "repository";-)

> > I'm absolutely not sure what may be different between 
> > the fate report and my local configuration..
> 
> How did you compile C99-to-C89 ?
> Did you try the precompiled binaries from the fork?


Finally I got it compiling. But I needed the revert a change to aacenc.c 
that was comminted to git on 30.10.2012 by Michael Niedermayer (commit 
hash cd37963684d8ee9819af15ccebe09d84839101dd).
I simply commented out line 822     .supported_samplerates = 
avpriv_mpeg4audio_sample_ratesa
as it seems to cause the compilation error (libavcodec/aacenc.c(824) : 
error C2099: Initializer is not a constant) I reported some days ago.

Thanks for the support.

Michael


More information about the ffmpeg-user mailing list