]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264idct_template.c
fate: Add dependencies for dct/fft/mdct/rdft tests
[ffmpeg] / libavcodec / h264idct_template.c
index aadafaddd292b3bf742f77ea2fe3ea9f85979d6f..83c2a959b2b624878f996b7562a18a12b3954849 100644 (file)
@@ -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)
 {