diff options
author | Zdenek Kabelac <kabi@informatics.muni.cz> | 2002-05-21 19:42:43 +0000 |
---|---|---|
committer | Zdenek Kabelac <kabi@informatics.muni.cz> | 2002-05-21 19:42:43 +0000 |
commit | 777cc95fb4e58de7d7eb8d931b2ff3f4f83da56e (patch) | |
tree | c85a40ae78fe49906bfca153c5d7e6ec1db2b3f2 /libavcodec/common.h | |
parent | 49d71c7b0511ffea3e9a09a05205142b8e45b0c3 (diff) | |
download | ffmpeg-777cc95fb4e58de7d7eb8d931b2ff3f4f83da56e.tar.gz |
* using ../ for bswap.h
Originally committed as revision 556 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/common.h')
-rw-r--r-- | libavcodec/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/common.h b/libavcodec/common.h index 4b15612c40..8f99cf82f6 100644 --- 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" |