From cac6c0eea2ac19870f909e4e2c88dd95fec9e5e7 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 29 Nov 2006 15:02:45 +0000 Subject: Remove bswap.h, use libavutil/bswap.h instead. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21388 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream_netstream.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'stream/stream_netstream.c') diff --git a/stream/stream_netstream.c b/stream/stream_netstream.c index a9a789eb9c..f8205ae87c 100644 --- a/stream/stream_netstream.c +++ b/stream/stream_netstream.c @@ -60,7 +60,8 @@ #include "help_mp.h" #include "m_option.h" #include "m_struct.h" -#include "bswap.h" +#include "libavutil/common.h" +#include "libavutil/bswap.h" #include "netstream.h" #include "tcp.h" -- cgit v1.2.3