Commit 777cc95f authored by Zdenek Kabelac's avatar Zdenek Kabelac

* using ../ for bswap.h

Originally committed as revision 556 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 49d71c7b
...@@ -114,7 +114,7 @@ typedef signed long long INT64; ...@@ -114,7 +114,7 @@ typedef signed long long INT64;
#define UINT64_C(c) (c ## ULL) #define UINT64_C(c) (c ## ULL)
#endif #endif
#include "bswap.h" #include "../bswap.h"
#ifdef USE_FASTMEMCPY #ifdef USE_FASTMEMCPY
#include "fastmemcpy.h" #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