summaryrefslogtreecommitdiffstats
path: root/mpbswap.h
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 /mpbswap.h
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 'mpbswap.h')
-rw-r--r--mpbswap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpbswap.h b/mpbswap.h
index 03ef0c387b..f7e4963e45 100644
--- a/mpbswap.h
+++ b/mpbswap.h
@@ -3,7 +3,7 @@
#include <sys/types.h>
#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);