summaryrefslogtreecommitdiffstats
path: root/libfaad2
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-27 02:11:24 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-27 02:11:24 +0000
commit8c6252efc1ae025164cbd3f2ccfab906dea4782c (patch)
tree7f220c10a954d863c4256753daca48f228a99943 /libfaad2
parent85d494fd109efc675d61ff365a6e79dcc4e1bad4 (diff)
downloadmpv-8c6252efc1ae025164cbd3f2ccfab906dea4782c.tar.bz2
mpv-8c6252efc1ae025164cbd3f2ccfab906dea4782c.tar.xz
SBR code does NOT work with fixed point (uses floats, slow as hell)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13486 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libfaad2')
-rw-r--r--libfaad2/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libfaad2/common.h b/libfaad2/common.h
index dd515bf2c8..0706390169 100644
--- a/libfaad2/common.h
+++ b/libfaad2/common.h
@@ -124,6 +124,9 @@ extern "C" {
# ifdef MAIN_DEC
# undef MAIN_DEC
# endif
+# ifdef SBR_DEC
+# undef SBR_DEC
+# endif
#endif // FIXED_POINT
#ifdef DRM