* restored previous non '..' version

Originally committed as revision 558 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Zdenek Kabelac 2002-05-21 21:50:05 +00:00
parent 59d3e367a8
commit 8083185f88
1 changed files with 2 additions and 2 deletions

View File

@ -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"