diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2001-07-30 23:17:21 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2001-07-30 23:17:21 +0000 |
commit | a12e4610920c73cd15836a810d9df1cd5d0f0132 (patch) | |
tree | 73f4625bbadc31a28b27e57349b3535fd9ec4c63 | |
parent | a9b3f63084e59715da3a1dd5b365a2638aa54a1e (diff) | |
download | ffmpeg-streaming-a12e4610920c73cd15836a810d9df1cd5d0f0132.zip ffmpeg-streaming-a12e4610920c73cd15836a810d9df1cd5d0f0132.tar.gz |
suppressed unused stuff
Originally committed as revision 15 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | bswap.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1,10 +1,6 @@ #ifndef __BSWAP_H__ #define __BSWAP_H__ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - #ifdef HAVE_BYTESWAP_H #include <byteswap.h> #else |