ffmpeg | branch: master | James Almer <jamr...@gmail.com> | Wed Jan 11 21:17:52 2017 -0300| [e71b8119e7db675dd2dac3f7fb069b0df2943c38] | committer: James Almer
avcodec/mathops: add missing header for ff_reverse Signed-off-by: James Almer <jamr...@gmail.com> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e71b8119e7db675dd2dac3f7fb069b0df2943c38 --- libavcodec/mathops.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/mathops.h b/libavcodec/mathops.h index 958132d..2d56d00 100644 --- a/libavcodec/mathops.h +++ b/libavcodec/mathops.h @@ -25,6 +25,7 @@ #include <stdint.h> #include "libavutil/common.h" +#include "libavutil/internal.h" #include "config.h" #define MAX_NEG_CROP 1024 _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog