Browse Source

avutil/float_dsp-test: Add include config.h for HAVE_*

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n3.1
Michael Niedermayer 9 years ago
parent
commit
65ffc0b1ed
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavutil/float_dsp-test.c

+ 2
- 0
libavutil/float_dsp-test.c View 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>


Loading…
Cancel
Save