[FFmpeg-cvslog] avutil/float_dsp-test: Add include config.h for HAVE_*
Michael Niedermayer
git at videolan.org
Thu May 12 03:50:22 CEST 2016
ffmpeg | branch: master | Michael Niedermayer <michael at 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 <michael at 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>
More information about the ffmpeg-cvslog
mailing list