From d653bc61382e831397acb9d974b881c474301314 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 20 Oct 2007 22:41:24 +0000 Subject: _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 --- tremor/block.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tremor/block.c') diff --git a/tremor/block.c b/tremor/block.c index 7f9c094061..81406e2a1f 100644 --- a/tremor/block.c +++ b/tremor/block.c @@ -25,6 +25,7 @@ #include "window.h" #include "registry.h" #include "misc.h" +#include "block.h" static int ilog(unsigned int v){ int ret=0; -- cgit v1.2.3