[FFmpeg-devel] [Patch] fix mingw/faac linking

Andrew Voznytsa andrew.voznytsa
Fri Sep 26 15:08:16 CEST 2008


> -----Original Message-----
[...]
> You can check the differences with:
> echo | gcc -E -xc -dM - > plain
> echo | gcc -std=c99 -E -xc -dM - > stdc99
> diff -u plain stdc99
> 
> So, while building libfaac, just call make as:
> 
> make LDFLAGS="-no-undefined" CFLAGS="-O2 -std=c99"
> 
> There's no need to patch anyone.
> 

Hi Ramiro,

Many thanks for advice - very elegant solution.

Andrew






More information about the ffmpeg-devel mailing list