aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h264idct_template.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-05-11 15:35:06 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-05-11 15:35:06 +0200
commitb75e53cc43a0eb90e252dffcbbfffa71811030ec (patch)
treebd6b7e30aefbf066a816410b27c03712a51961ef /libavcodec/h264idct_template.c
parentd18e243f62844c6ee67baf3ca4d219c0f3da6969 (diff)
downloadandroid_external_ffmpeg-b75e53cc43a0eb90e252dffcbbfffa71811030ec.tar.gz
android_external_ffmpeg-b75e53cc43a0eb90e252dffcbbfffa71811030ec.tar.bz2
android_external_ffmpeg-b75e53cc43a0eb90e252dffcbbfffa71811030ec.zip
h264idct_template: fix include path
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/h264idct_template.c')
-rw-r--r--libavcodec/h264idct_template.c2
1 files changed, 1 insertions, 1 deletions
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 <michaelni@gmx.at>
*/
-#include "h264_high_depth.h"
+#include "high_bit_depth.h"
#ifndef AVCODEC_H264IDCT_INTERNAL_H
#define AVCODEC_H264IDCT_INTERNAL_H