diff stream/stream_cdda.c @ 21507:fa99b3d31d13

Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
author reimar
date Thu, 07 Dec 2006 11:58:07 +0000
parents edfd292bbf9e
children d261f5109660
line wrap: on
line diff
--- a/stream/stream_cdda.c	Wed Dec 06 18:44:26 2006 +0000
+++ b/stream/stream_cdda.c	Thu Dec 07 11:58:07 2006 +0000
@@ -7,7 +7,7 @@
 #include "m_option.h"
 #include "m_struct.h"
 #include "libavutil/common.h"
-#include "libavutil/bswap.h"
+#include "mpbswap.h"
 #include "libmpdemux/demuxer.h"
 
 #include "cdd.h"