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. --- stream/stream_dvd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/stream_dvd.c') diff --git a/stream/stream_dvd.c b/stream/stream_dvd.c index 09429cbf08..8dc73b96b3 100644 --- a/stream/stream_dvd.c +++ b/stream/stream_dvd.c @@ -39,7 +39,7 @@ #include "stream_dvd.h" #include "stream_dvd_common.h" #include "libmpdemux/demuxer.h" -#include "libavutil/intreadwrite.h" +#include "ffmpeg_files/intreadwrite.h" extern char* dvd_device; static char* dvd_device_current; -- cgit v1.2.3