diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2001-09-23 17:17:46 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2001-09-23 17:17:46 +0000 |
commit | f674bf7105377ba498eb6c4489fa3557b64d663a (patch) | |
tree | 7e2f540fe731cc6ee402c81f557c75fe8aee9bc3 | |
parent | a96b68b717ee7c93833eb7c07900456e055ef29d (diff) | |
download | ffmpeg-f674bf7105377ba498eb6c4489fa3557b64d663a.tar.gz |
suppressed mpglib
Originally committed as revision 141 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/common.h b/libavcodec/common.h index b5cd6ff7ea..aafcf5f03b 100644 --- a/libavcodec/common.h +++ b/libavcodec/common.h @@ -82,7 +82,6 @@ typedef INT32 int32_t; #define CONFIG_ENCODERS 1 #define CONFIG_DECODERS 1 #define CONFIG_AC3 1 -#define CONFIG_MPGLIB 1 #endif #else |