[FFmpeg-cvslog] hapdec: Delete include for nonexistent file
Mark Thompson
git at videolan.org
Sat Nov 11 20:49:40 EET 2017
ffmpeg | branch: master | Mark Thompson <sw at jkqxz.net> | Wed Sep 27 01:47:24 2017 +0100| [2068d116db9883c71cb00b76e7d371cc30164d08] | committer: Mark Thompson
hapdec: Delete include for nonexistent file
It exists as an alias for string.h in most C libraries, so usually this
line is harmless.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2068d116db9883c71cb00b76e7d371cc30164d08
---
libavcodec/hapdec.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavcodec/hapdec.c b/libavcodec/hapdec.c
index 8f5365b269..17707180c2 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"
More information about the ffmpeg-cvslog
mailing list