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_cdda.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'stream/stream_cdda.c') diff --git a/stream/stream_cdda.c b/stream/stream_cdda.c index 081667c819..8333acc618 100644 --- a/stream/stream_cdda.c +++ b/stream/stream_cdda.c @@ -3,7 +3,8 @@ #include "stream.h" #include "m_option.h" #include "m_struct.h" -#include "bswap.h" +#include "libavutil/common.h" +#include "libavutil/bswap.h" #include #include -- cgit v1.2.3