mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-17 12:27:18 +00:00
* using ../ for bswap.h
Originally committed as revision 556 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
49d71c7b05
commit
777cc95fb4
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user