From d6c410b54cbccabda7b36a929bff37e8510a4cc5 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Wed, 22 Jul 2009 03:04:08 +0300 Subject: Replace libavutil internal header #includes with MPlayer copies Change #include lines for libavutil/intreadwrite.h, libavutil/bswap.h and libavutil/x86_cpu.h to use the MPlayer file under ffmpeg_files/ instead. --- mpbswap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpbswap.h') diff --git a/mpbswap.h b/mpbswap.h index 03ef0c387b..f7e4963e45 100644 --- a/mpbswap.h +++ b/mpbswap.h @@ -3,7 +3,7 @@ #include #include "config.h" -#include "libavutil/bswap.h" +#include "ffmpeg_files/bswap.h" #ifndef HAVE_SWAB void swab(const void *from, void *to, ssize_t n); -- cgit v1.2.3