[FFmpeg-devel] [PATCH 1/2] avutil/float_dsp-test: Add include config.h for HAVE_*

Michael Niedermayer michael at niedermayer.cc
Wed May 11 22:34:05 CEST 2016


Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
---
 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>
-- 
1.7.9.5



More information about the ffmpeg-devel mailing list