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

Andrew Voznytsa andrew.voznytsa
Thu Sep 25 21:30:50 CEST 2008


On Thu, Sep 25, 2008 at 9:38 PM, M?ns Rullg?rd <mans at mansr.com> wrote:

>  "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.
>

Reason?

>
> --
> M?ns Rullg?rd
> mans at mansr.com
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-devel
>



-- 
Best regards,
Andrew Voznytsa




More information about the ffmpeg-devel mailing list