changeset 406:62b311619b44 libavcodec

* using ../ for bswap.h
author kabi
date Tue, 21 May 2002 19:42:43 +0000
parents 053b3a7a1760
children c3aebacf546e
files common.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/common.h	Tue May 21 18:56:03 2002 +0000
+++ b/common.h	Tue May 21 19:42:43 2002 +0000
@@ -114,7 +114,7 @@
 #define UINT64_C(c)    (c ## ULL)
 #endif
 
-#include "bswap.h"
+#include "../bswap.h"
 
 #ifdef USE_FASTMEMCPY
 #include "fastmemcpy.h"