summaryrefslogtreecommitdiffstats
path: root/stream/realrtsp
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-29 15:02:45 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-29 15:02:45 +0000
commitcac6c0eea2ac19870f909e4e2c88dd95fec9e5e7 (patch)
tree44ee97119750be0ef64f73fffe2cf66c6b8d457e /stream/realrtsp
parentdddde758f860a16c3889c6e26235c6f9a75f1e5a (diff)
downloadmpv-cac6c0eea2ac19870f909e4e2c88dd95fec9e5e7.tar.bz2
mpv-cac6c0eea2ac19870f909e4e2c88dd95fec9e5e7.tar.xz
Remove bswap.h, use libavutil/bswap.h instead.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21388 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/realrtsp')
-rw-r--r--stream/realrtsp/real.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/stream/realrtsp/real.c b/stream/realrtsp/real.c
index f3c09a364d..2d6140e8f6 100644
--- a/stream/realrtsp/real.c
+++ b/stream/realrtsp/real.c
@@ -31,7 +31,8 @@
#include <string.h>
#include "../config.h"
-#include "../bswap.h"
+#include "libavutil/common.h"
+#include "libavutil/bswap.h"
#include "real.h"
#include "asmrp.h"
#include "sdpplin.h"