X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fh264idct_template.c;h=a90c4073880654f844c6a8ae08ef7cf7b2417a18;hb=132adf73af31a1a5a8c7c0798b09f7012d73bd4c;hp=abf888ed960761d5ca21a6662672e4bbece6ce0c;hpb=4890b0851c5e6b607c9b8695166f13dc770b19bc;p=ffmpeg diff --git a/libavcodec/h264idct_template.c b/libavcodec/h264idct_template.c index abf888ed960..a90c4073880 100644 --- a/libavcodec/h264idct_template.c +++ b/libavcodec/h264idct_template.c @@ -27,7 +27,7 @@ #include "bit_depth_template.c" #include "libavutil/common.h" -#include "h264.h" +#include "h264dec.h" #include "h264idct.h" void FUNCC(ff_h264_idct_add)(uint8_t *_dst, int16_t *_block, int stride)