]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264idct.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / h264idct.c
index 920356d01fdda1c8c8273d7a21f0d89c46dee796..7d1ee007bc1a27bb69066cfa5765df324b524f0b 100644 (file)
  */
 
 #define BIT_DEPTH 8
-#include "h264idct_internal.h"
+#include "h264idct_template.c"
 #undef BIT_DEPTH
 
 #define BIT_DEPTH 9
-#include "h264idct_internal.h"
+#include "h264idct_template.c"
 #undef BIT_DEPTH
 
 #define BIT_DEPTH 10
-#include "h264idct_internal.h"
+#include "h264idct_template.c"
 #undef BIT_DEPTH