"Ronald S. Bultje" <[email protected]> writes: > Hi, > > On Thu, May 19, 2011 at 10:48 AM, Diego Biurrun <[email protected]> wrote: >> diff --git a/libavcodec/fft-internal.h b/libavcodec/fft-internal.h >> index d30571b..b997887 100644 >> --- a/libavcodec/fft-internal.h >> +++ b/libavcodec/fft-internal.h >> @@ -19,6 +19,8 @@ >> #ifndef AVCODEC_FFT_INTERNAL_H >> #define AVCODEC_FFT_INTERNAL_H >> >> +#include "fft.h" >> + >> #if CONFIG_FFT_FLOAT >> >> #define FIX15(v) (v) > > OK.
Not OK. Please try to understand why this is the way it is. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
