summaryrefslogtreecommitdiffstats
path: root/stream/realrtsp
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-07 11:58:07 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-07 11:58:07 +0000
commit18004d2d98875ceb46484d3dd39ba51342d8bd0e (patch)
tree2b91c9b46bb66c69a3389ae6bdaeb91eb46fc14f /stream/realrtsp
parente15d11c89edfddaabd460a0c87a4d6d379d59189 (diff)
downloadmpv-18004d2d98875ceb46484d3dd39ba51342d8bd0e.tar.bz2
mpv-18004d2d98875ceb46484d3dd39ba51342d8bd0e.tar.xz
Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21523 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/realrtsp')
-rw-r--r--stream/realrtsp/real.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/realrtsp/real.c b/stream/realrtsp/real.c
index 2d6140e8f6..a0c92a87fc 100644
--- a/stream/realrtsp/real.c
+++ b/stream/realrtsp/real.c
@@ -32,7 +32,7 @@
#include "../config.h"
#include "libavutil/common.h"
-#include "libavutil/bswap.h"
+#include "mpbswap.h"
#include "real.h"
#include "asmrp.h"
#include "sdpplin.h"