[FFmpeg-devel] compiling ffmpeg with cygwin
Reimar Döffinger
Reimar.Doeffinger
Fri Mar 11 18:41:11 CET 2011
On Thu, Mar 10, 2011 at 11:40:39PM +0100, V?ctor Paesa wrote:
> diff --git a/libavcodec/aaccoder.c b/libavcodec/aaccoder.c
> index 8063fb6..0b75ac0 100644
> --- a/libavcodec/aaccoder.c
> +++ b/libavcodec/aaccoder.c
> @@ -30,6 +30,7 @@
> * add sane pulse detection
> ***********************************/
>
> +#include "libavutil/libm.h"
> #include <float.h>
> #include "avcodec.h"
> #include "put_bits.h"
> diff --git a/libavcodec/aacsbr.c b/libavcodec/aacsbr.c
> index 237d51a..334a6aa 100644
> --- a/libavcodec/aacsbr.c
> +++ b/libavcodec/aacsbr.c
> @@ -32,6 +32,7 @@
> #include "aacsbrdata.h"
> #include "fft.h"
> #include "aacps.h"
> +#include "libavutil/libm.h"
>
> #include <stdint.h>
> #include <float.h>
The order of local vs. system headers is rather chaotic, if it's
intentional it should be documented why.
More information about the ffmpeg-devel
mailing list