aboutsummaryrefslogtreecommitdiff
Description: Zero ao_sample_format structure to cope with libao 1.0.0
Author: Colin Watson <cjwatson@debian.org>
Bug-Debian: http://bugs.debian.org/591396
Bug-Ubuntu: https://bugs.launchpad.net/bugs/710268
Forwarded: no
Last-Update: 2013-05-07

Index: b/ao.c
===================================================================
--- a/ao.c
+++ b/ao.c
@@ -123,6 +123,7 @@
 
   /* initialize ao_format struct */
   /* XXX VERY WRONG */
+  memset(&ao_fmt, 0, sizeof(ao_fmt));
   ao_fmt.bits=16;       /*tmp_stream_info.average_bitrate;*/
   ao_fmt.rate=streaminfo->sample_freq;
   ao_fmt.channels=streaminfo->channels;
for 'wrap-program'....It is required for cross-compilation. * gnu/packages/syndication.scm (cawbird)[inputs]: Add 'bash-minimal'. (giara)[inputs]: Likewise. (liferea)[inputs]: Likewise. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Iddf5498518ab5e73d04b3b96f0a71db05feed875 Maxime Devos 2024-07-19gnu: newsboat: Update to 2.35....* gnu/packages/syndication.scm (newsboat): Update to 2.35. Change-Id: I60c4fd480fb40a95c24cb5740a48f64fc11eea81 Efraim Flashner