1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-08 08:55:34 +02:00

testprogs: Add missing libm.h includes

This fixes building on MSVC 2010 and 2012 after d12b5b2f13.

Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
Martin Storsjö 2016-04-11 10:04:23 +03:00
parent d12b5b2f13
commit 798845ce7e
2 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,8 @@
#include <stdint.h>
#include <stdio.h>
#include "libavutil/libm.h"
#include "iirfilter.h"
#define FILT_ORDER 4

View File

@ -20,6 +20,7 @@
#include <stdio.h>
#include <string.h>
#include "libm.h"
#include "timer.h"
#include "eval.h"