Description: Zero ao_sample_format structure to cope with libao 1.0.0 Author: Colin Watson 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; Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/augeas.scm
AgeCommit message (Collapse)Author
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
2020-04-16gnu: augeas: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/augeas.scm (augeas)[home-page]: Use HTTPS.
2020-04-16gnu: augeas: Update to 1.12.0.Tobias Geerinckx-Rice
* gnu/packages/augeas.scm (augeas): Update to 1.12.0.