Bug#580088: jack-audio-connection-kit: FTBFS on armel ("cannot convert 'int' to 'va_list'")

Adrian Knoth adi at drcomp.erfurt.thur.de
Mon May 3 17:10:03 UTC 2010


On Mon, May 03, 2010 at 05:50:39PM +0100, Simon McVittie wrote:

> > The code in question:
> >
> >    jack_client_open_aux(client_name, (jack_options_t)options, NULL, NULL);
> 
> Instead of trying to fake up an empty va_list, why not call the varargs
> version, with only the argument terminator in its varargs?
> 
>     jack_client_open(client_name, (jack_options_t)options, NULL, NULL);

Absolutely. I've been blind. ;)


Thanks, this should work.

-- 
mail: adi at thur.de  	http://adi.thur.de	PGP/GPG: key via keyserver





More information about the pkg-multimedia-maintainers mailing list