ffmpeg | branch: master | Carl Eugen Hoyos <[email protected]> | Fri Jul 18 19:05:07 2014 +0200| [5dcd43cd86668c8a97b1b3220737fe1b75ffaf72] | committer: Carl Eugen Hoyos
Fix make checkheaders for libavcodec/proresdsp.h. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5dcd43cd86668c8a97b1b3220737fe1b75ffaf72 --- libavcodec/proresdsp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/proresdsp.h b/libavcodec/proresdsp.h index 1ac0649..159862e 100644 --- a/libavcodec/proresdsp.h +++ b/libavcodec/proresdsp.h @@ -24,6 +24,7 @@ #define AVCODEC_PRORESDSP_H #include <stdint.h> +#include "avcodec.h" #define PRORES_BITS_PER_SAMPLE 10 ///< output precision of prores decoder _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
