summaryrefslogtreecommitdiffstats
path: root/mp3lib
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-07 11:58:07 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-07 11:58:07 +0000
commit18004d2d98875ceb46484d3dd39ba51342d8bd0e (patch)
tree2b91c9b46bb66c69a3389ae6bdaeb91eb46fc14f /mp3lib
parente15d11c89edfddaabd460a0c87a4d6d379d59189 (diff)
downloadmpv-18004d2d98875ceb46484d3dd39ba51342d8bd0e.tar.bz2
mpv-18004d2d98875ceb46484d3dd39ba51342d8bd0e.tar.xz
Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21523 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp3lib')
-rw-r--r--mp3lib/sr1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp3lib/sr1.c b/mp3lib/sr1.c
index b7d6dceca1..5fdab721a7 100644
--- a/mp3lib/sr1.c
+++ b/mp3lib/sr1.c
@@ -25,7 +25,7 @@
#include "huffman.h"
#include "mp3.h"
#include "libavutil/common.h"
-#include "libavutil/bswap.h"
+#include "mpbswap.h"
#include "cpudetect.h"
//#include "liba52/mm_accel.h"
#include "mp_msg.h"