summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-17 00:06:19 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-17 00:06:19 +0000
commitaa972be59904e2d416762d0b5f604275fde7920d (patch)
treedcef2b2c5af6a9adb2d5c452630316a788ce07d5 /TOOLS
parenta62da69c2a46300ae2c12d87f6607b6802e81e9d (diff)
downloadmpv-aa972be59904e2d416762d0b5f604275fde7920d.tar.bz2
mpv-aa972be59904e2d416762d0b5f604275fde7920d.tar.xz
Fix compilation, bswap.h is now mpbswap.h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22652 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/netstream/netstream.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/TOOLS/netstream/netstream.c b/TOOLS/netstream/netstream.c
index 7d02e7ec49..f1277477ec 100644
--- a/TOOLS/netstream/netstream.c
+++ b/TOOLS/netstream/netstream.c
@@ -42,7 +42,8 @@
#include "stream/stream.h"
#include "libmpdemux/demuxer.h"
#include "mp_msg.h"
-#include "bswap.h"
+#include "libavutil/common.h"
+#include "mpbswap.h"
/// Netstream packets def and some helpers
#include "stream/netstream.h"