aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/common.h
diff options
context:
space:
mode:
authorZdenek Kabelac <kabi@informatics.muni.cz>2002-05-21 19:42:43 +0000
committerZdenek Kabelac <kabi@informatics.muni.cz>2002-05-21 19:42:43 +0000
commit777cc95fb4e58de7d7eb8d931b2ff3f4f83da56e (patch)
treec85a40ae78fe49906bfca153c5d7e6ec1db2b3f2 /libavcodec/common.h
parent49d71c7b0511ffea3e9a09a05205142b8e45b0c3 (diff)
downloadffmpeg-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.h2
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"