ffmpeg | branch: master | Wan-Teh Chang <wtc-at-google....@ffmpeg.org> | Thu Jul 20 10:44:03 2017 -0700| [ea1ca17be2301aaef5b3b5ef8c2abe7f7d688e07] | committer: Michael Niedermayer
avcodec/x86/cavsdsp: Delete #include "libavcodec/x86/idctdsp.h". This file already has #include "idctdsp.h", which is resolved to the idctdsp.h header in the directory where this file resides by compilers. Two other files in this directory, libavcodec/x86/idctdsp_init.c and libavcodec/x86/xvididct_init.c, also rely on #include "idctdsp.h" working this way. Signed-off-by: Wan-Teh Chang <w...@google.com> Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ea1ca17be2301aaef5b3b5ef8c2abe7f7d688e07 --- libavcodec/x86/cavsdsp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/x86/cavsdsp.c b/libavcodec/x86/cavsdsp.c index a8a198b46d..becb3a4808 100644 --- a/libavcodec/x86/cavsdsp.c +++ b/libavcodec/x86/cavsdsp.c @@ -29,7 +29,6 @@ #include "libavutil/x86/cpu.h" #include "libavcodec/cavsdsp.h" #include "libavcodec/idctdsp.h" -#include "libavcodec/x86/idctdsp.h" #include "constants.h" #include "fpel.h" #include "idctdsp.h" _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog