summaryrefslogtreecommitdiff
path: root/libavresample/resample_template.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-03-26 14:50:47 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-03-26 14:50:55 +0100
commit0371eaebcd1bdcd94e4c9fccf23969c5f49bb5d0 (patch)
tree5ceb11ab82b3c988429607bf63300c636f1d5dc5 /libavresample/resample_template.c
parent32620691011186a0a3932bba8ddb078ce5312f22 (diff)
parentaba70bb5387f12dfa5e6cd8cb861c9c7e668151f (diff)
Merge commit 'aba70bb5387f12dfa5e6cd8cb861c9c7e668151f'
* commit 'aba70bb5387f12dfa5e6cd8cb861c9c7e668151f': Add missing headers to make template files compile (more) standalone Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavresample/resample_template.c')
-rw-r--r--libavresample/resample_template.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/libavresample/resample_template.c b/libavresample/resample_template.c
index 06da90fe9f..458944ebb2 100644
--- a/libavresample/resample_template.c
+++ b/libavresample/resample_template.c
@@ -18,6 +18,12 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include <math.h>
+#include <stdint.h>
+
+#include "libavutil/common.h"
+#include "internal.h"
+
#if defined(CONFIG_RESAMPLE_DBL)
#define SET_TYPE(func) func ## _dbl
#define FELEM double