projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49d71c7
)
* using ../ for bswap.h
author
Zdenek Kabelac
<kabi@informatics.muni.cz>
Tue, 21 May 2002 19:42:43 +0000
(19:42 +0000)
committer
Zdenek Kabelac
<kabi@informatics.muni.cz>
Tue, 21 May 2002 19:42:43 +0000
(19:42 +0000)
Originally committed as revision 556 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/common.h
patch
|
blob
|
history
diff --git
a/libavcodec/common.h
b/libavcodec/common.h
index
4b15612
..
8f99cf8
100644
(file)
--- a/
libavcodec/common.h
+++ b/
libavcodec/common.h
@@
-114,7
+114,7
@@
typedef signed long long INT64;
#define UINT64_C(c) (c ## ULL)
#endif
-#include "bswap.h"
+#include "
../
bswap.h"
#ifdef USE_FASTMEMCPY
#include "fastmemcpy.h"