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

Måns Rullgård mans
Thu Sep 25 20:38:43 CEST 2008


"Andrew Voznytsa" <andrew.voznytsa at gmail.com> writes:

> Oops - patch attached. Sorry.
>
> Thanks,
>
> Andrew
>
>
> Index: libavcodec/libfaac.c
> ===================================================================
> --- libavcodec/libfaac.c	(revision 15413)
> +++ libavcodec/libfaac.c	(working copy)
> @@ -25,6 +25,11 @@
>   */
>  
>  #include "avcodec.h"
> +
> +#ifdef __MINGW32__
> +#define WIN32
> +#endif
> +

Rejected.

-- 
M?ns Rullg?rd
mans at mansr.com




More information about the ffmpeg-devel mailing list