summaryrefslogtreecommitdiffstats
path: root/stream/realrtsp
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2009-07-22 03:04:08 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-07-26 06:16:43 +0300
commitd6c410b54cbccabda7b36a929bff37e8510a4cc5 (patch)
tree7e17a920986879ec168d0882aea379f79a802cc6 /stream/realrtsp
parenta810867d04e80c57b2f5e5a60a1af37bb5a6dfd6 (diff)
downloadmpv-d6c410b54cbccabda7b36a929bff37e8510a4cc5.tar.bz2
mpv-d6c410b54cbccabda7b36a929bff37e8510a4cc5.tar.xz
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.
Diffstat (limited to 'stream/realrtsp')
-rw-r--r--stream/realrtsp/real.c2
-rw-r--r--stream/realrtsp/rmff.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/stream/realrtsp/real.c b/stream/realrtsp/real.c
index 9f01a5dfb0..d81b265bab 100644
--- a/stream/realrtsp/real.c
+++ b/stream/realrtsp/real.c
@@ -37,7 +37,7 @@
#include "sdpplin.h"
#include "xbuffer.h"
#include "libavutil/md5.h"
-#include "libavutil/intreadwrite.h"
+#include "ffmpeg_files/intreadwrite.h"
#include "stream/http.h"
#include "mp_msg.h"
diff --git a/stream/realrtsp/rmff.c b/stream/realrtsp/rmff.c
index c4430de145..b98ccd9377 100644
--- a/stream/realrtsp/rmff.c
+++ b/stream/realrtsp/rmff.c
@@ -29,7 +29,7 @@
#include "rmff.h"
#include "xbuffer.h"
#include "mp_msg.h"
-#include "libavutil/intreadwrite.h"
+#include "ffmpeg_files/intreadwrite.h"
/*
#define LOG