summaryrefslogtreecommitdiffstats
path: root/stream/stream_cdda.c
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/stream_cdda.c
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/stream_cdda.c')
-rw-r--r--stream/stream_cdda.c3
1 files changed, 2 insertions, 1 deletions
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 <stdio.h>
#include <stdlib.h>