projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab41f5c
)
src/io/source_avcodec.c: remove useless include
author
Paul Brossier
<piem@piem.org>
Tue, 10 Dec 2013 13:38:33 +0000
(08:38 -0500)
committer
Paul Brossier
<piem@piem.org>
Tue, 10 Dec 2013 13:38:33 +0000
(08:38 -0500)
Signed-off-by: Paul Brossier <piem@piem.org>
src/io/source_avcodec.c
patch
|
blob
|
history
diff --git
a/src/io/source_avcodec.c
b/src/io/source_avcodec.c
index
7e8589f
..
d55e6d1
100644
(file)
--- a/
src/io/source_avcodec.c
+++ b/
src/io/source_avcodec.c
@@
-23,7
+23,6
@@
#ifdef HAVE_LIBAV
-#include <sndfile.h>
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
#include <libavresample/avresample.h>