diff options
author | Rostislav Pehlivanov <atomnuker@gmail.com> | 2015-08-21 23:36:09 +0100 |
---|---|---|
committer | Rostislav Pehlivanov <atomnuker@gmail.com> | 2015-08-21 23:36:09 +0100 |
commit | 670dfda143fc7d4d1d7620fed4a4eb5b2e0b1688 (patch) | |
tree | 4059a0fb096e1a764b571c12c157dca52e7417b0 | |
parent | cafba99b5146cf10d60ceed4257f6e82380a020e (diff) | |
download | ffmpeg-670dfda143fc7d4d1d7620fed4a4eb5b2e0b1688.tar.gz |
aacenc_tns: remove unused header
Thanks to @nevcairiel for pointing this one out.
Another thing which stopped msvc from compiling.
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
-rw-r--r-- | libavcodec/aacenc_tns.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/aacenc_tns.c b/libavcodec/aacenc_tns.c index 3b6e835067..d43dd0d065 100644 --- a/libavcodec/aacenc_tns.c +++ b/libavcodec/aacenc_tns.c @@ -25,7 +25,6 @@ * @author Rostislav Pehlivanov ( atomnuker gmail com ) */ -#include <strings.h> #include "aacenc.h" #include "aacenc_tns.h" #include "aactab.h" |