summaryrefslogtreecommitdiffstats
path: root/tremor/floor0.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-20 22:41:24 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-20 22:41:24 +0000
commitd653bc61382e831397acb9d974b881c474301314 (patch)
tree8af82e71f5db78eb96906ff6fb291f5f447cdb8a /tremor/floor0.c
parent97c8a09406208eb68a12883316ee106bdea24424 (diff)
downloadmpv-d653bc61382e831397acb9d974b881c474301314.tar.bz2
mpv-d653bc61382e831397acb9d974b881c474301314.tar.xz
_vorbis_block_alloc() is used w/o prototype, this will crash on ia64.
Add a header file with the function prototype to address this issue. This has the positive side effect of fixing a couple of implicit declaration warnings. The problem was originally reported as Debian bug 447278. patch by Dann Frazier and Andrea Mennucci, mennucc1 debian org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24824 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'tremor/floor0.c')
-rw-r--r--tremor/floor0.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tremor/floor0.c b/tremor/floor0.c
index 3ed57a561a..6d8434e8a0 100644
--- a/tremor/floor0.c
+++ b/tremor/floor0.c
@@ -25,6 +25,7 @@
#include "codebook.h"
#include "misc.h"
#include "os.h"
+#include "block.h"
#define LSP_FRACBITS 14