Mercurial > libavcodec.hg
changeset 408:e5a0daeb3b58 libavcodec
* restored previous non '..' version
author | kabi |
---|---|
date | Tue, 21 May 2002 21:50:05 +0000 |
parents | c3aebacf546e |
children | 2b9ded215201 |
files | common.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/common.h Tue May 21 21:07:47 2002 +0000 +++ b/common.h Tue May 21 21:50:05 2002 +0000 @@ -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 @@ #define UINT64_C(c) (c ## ULL) #endif -#include "../bswap.h" +#include "bswap.h" #ifdef USE_FASTMEMCPY #include "fastmemcpy.h"