From b75e53cc43a0eb90e252dffcbbfffa71811030ec Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 11 May 2011 15:35:06 +0200 Subject: [PATCH] h264idct_template: fix include path Signed-off-by: Michael Niedermayer --- libavcodec/h264idct_template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/h264idct_template.c b/libavcodec/h264idct_template.c index d19051df90..1b3c635319 100644 --- a/libavcodec/h264idct_template.c +++ b/libavcodec/h264idct_template.c @@ -25,7 +25,7 @@ * @author Michael Niedermayer */ -#include "h264_high_depth.h" +#include "high_bit_depth.h" #ifndef AVCODEC_H264IDCT_INTERNAL_H #define AVCODEC_H264IDCT_INTERNAL_H