ffmpeg | branch: master | Michael Niedermayer <mich...@niedermayer.cc> | Wed May 11 22:03:03 2016 +0200| [65ffc0b1ed047f20ed32ff4766415da13067bb12] | committer: Michael Niedermayer
avutil/float_dsp-test: Add include config.h for HAVE_* Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=65ffc0b1ed047f20ed32ff4766415da13067bb12 --- libavutil/float_dsp-test.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavutil/float_dsp-test.c b/libavutil/float_dsp-test.c index 2603ee5..9963efb 100644 --- a/libavutil/float_dsp-test.c +++ b/libavutil/float_dsp-test.c @@ -16,6 +16,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "config.h" + #include <float.h> #include <math.h> #include <stdint.h> _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog