git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9b3f63
)
suppressed unused stuff
author
Fabrice Bellard
<fabrice@bellard.org>
Mon, 30 Jul 2001 23:17:21 +0000
(23:17 +0000)
committer
Fabrice Bellard
<fabrice@bellard.org>
Mon, 30 Jul 2001 23:17:21 +0000
(23:17 +0000)
Originally committed as revision 15 to svn://svn.ffmpeg.org/ffmpeg/trunk
bswap.h
patch
|
blob
|
history
diff --git
a/bswap.h
b/bswap.h
index
2318afd
..
50eea9e
100644
(file)
--- a/
bswap.h
+++ b/
bswap.h
@@
-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