Commit 423d2dee authored by kabi's avatar kabi

* restored previous non '..' version


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@558 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e04552d8
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment