diff options
author | Zdenek Kabelac <kabi@informatics.muni.cz> | 2004-04-14 13:13:31 +0000 |
---|---|---|
committer | Zdenek Kabelac <kabi@informatics.muni.cz> | 2004-04-14 13:13:31 +0000 |
commit | 450420cee13b4eb488fa702db1cbf8a5497bae3c (patch) | |
tree | 7fecd0d5c37bf59e4b2c477601bb143eb1f04554 | |
parent | 550f0a9b07f9c70036e4067f8ed85545423a1576 (diff) | |
download | ffmpeg-450420cee13b4eb488fa702db1cbf8a5497bae3c.tar.gz |
* removed config.h
Originally committed as revision 3012 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/amr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/amr.c b/libavcodec/amr.c index e884da515b..93f775b6f6 100644 --- a/libavcodec/amr.c +++ b/libavcodec/amr.c @@ -53,7 +53,6 @@ */ -#include "../config.h" #include "avcodec.h" #ifdef AMR_NB_FIXED |