ffmpeg | branch: master | Josh de Kock <j...@itanimul.li> | Fri Jul 29 02:09:03 2016 +0100| [238733f7417cd290ebac6fa70f3e62ded2c0bb3f] | committer: Josh de Kock
hapdec: remove unused memory.h include Most systems have this, so it isn't really a problem to include it even if it's not used, but some do not have memory.h as it is non-standard. Since it's unused just remove it anyway. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=238733f7417cd290ebac6fa70f3e62ded2c0bb3f --- libavcodec/hapdec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/hapdec.c b/libavcodec/hapdec.c index 5a399dc..f1d44cd 100644 --- a/libavcodec/hapdec.c +++ b/libavcodec/hapdec.c @@ -37,7 +37,6 @@ #include "bytestream.h" #include "hap.h" #include "internal.h" -#include "memory.h" #include "snappy.h" #include "texturedsp.h" #include "thread.h" _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog