summaryrefslogtreecommitdiff
path: root/libavcodec/h264idct_template.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-01-09 10:27:20 +0100
committerDiego Biurrun <diego@biurrun.de>2014-03-26 04:31:27 -0700
commitaba70bb5387f12dfa5e6cd8cb861c9c7e668151f (patch)
tree0da2638dc7ea343430826b9952cc5fbb71d305b5 /libavcodec/h264idct_template.c
parente7373585f827d4ec05d952daa3877e8decfe3c08 (diff)
Add missing headers to make template files compile (more) standalone
Diffstat (limited to 'libavcodec/h264idct_template.c')
-rw-r--r--libavcodec/h264idct_template.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h264idct_template.c b/libavcodec/h264idct_template.c
index aadafaddd2..83c2a959b2 100644
--- a/libavcodec/h264idct_template.c
+++ b/libavcodec/h264idct_template.c
@@ -28,6 +28,7 @@
#include "bit_depth_template.c"
#include "libavutil/common.h"
#include "h264.h"
+#include "h264idct.h"
void FUNCC(ff_h264_idct_add)(uint8_t *_dst, int16_t *_block, int stride)
{