From 777cc95fb4e58de7d7eb8d931b2ff3f4f83da56e Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Tue, 21 May 2002 19:42:43 +0000 Subject: [PATCH] * using ../ for bswap.h Originally committed as revision 556 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/common.h b/libavcodec/common.h index 4b15612c4..8f99cf82f 100644 --- a/libavcodec/common.h +++ b/libavcodec/common.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" -- 2.11.0