summaryrefslogtreecommitdiff
path: root/libavutil
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-05-11 22:03:03 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2016-05-12 03:48:32 +0200
commit65ffc0b1ed047f20ed32ff4766415da13067bb12 (patch)
treeb7b52e3332a9d5dafbadde4b41374eb2576782c5 /libavutil
parent7d8e19a5c4d2c7a95907d791ac090a0e5aad7c6a (diff)
avutil/float_dsp-test: Add include config.h for HAVE_*
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/float_dsp-test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/float_dsp-test.c b/libavutil/float_dsp-test.c
index 2603ee565d..9963efb32c 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>