diff options
author | Zdenek Kabelac <kabi@informatics.muni.cz> | 2002-05-21 21:50:05 +0000 |
---|---|---|
committer | Zdenek Kabelac <kabi@informatics.muni.cz> | 2002-05-21 21:50:05 +0000 |
commit | 8083185f88d9e80394cb8f1dbf2cfd919308f7b3 (patch) | |
tree | ade715ea5e26310e68fd20cf176aa276e0120fb8 | |
parent | 59d3e367a85f5faa1f8890bc69799e4d3bf2811e (diff) | |
download | ffmpeg-8083185f88d9e80394cb8f1dbf2cfd919308f7b3.tar.gz |
* restored previous non '..' version
Originally committed as revision 558 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/common.h b/libavcodec/common.h index 8f99cf82f6..13018975c6 100644 --- a/libavcodec/common.h +++ b/libavcodec/common.h @@ -17,7 +17,7 @@ #ifdef HAVE_AV_CONFIG_H /* only include the following when compiling package */ -#include "../config.h" +#include "config.h" #include <stdlib.h> #include <stdio.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" |