OSDN Git Service

avutil/float_dsp-test: Add include config.h for HAVE_*
authorMichael Niedermayer <michael@niedermayer.cc>
Wed, 11 May 2016 20:03:03 +0000 (22:03 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Thu, 12 May 2016 01:48:32 +0000 (03:48 +0200)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavutil/float_dsp-test.c

index 2603ee5..9963efb 100644 (file)
@@ -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>