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; type='hidden' name='id' value='e5f6d0ecafba223031d8f379a91961842ca593a6'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/guile-wm.scm
AgeCommit message (Expand)Author
2022-05-22gnu: guile-wm: Remove trailing #t from phases....* gnu/packages/guile-wm.scm (guile-wm)[arguments]: Don't explicitly return #t. Tobias Geerinckx-Rice
2022-05-22gnu: guile-wm: Always use the input Guile's effective version....* gnu/packages/guile-wm.scm (guile-wm)[arguments]: Replace hard-coded version number with that of the "guile" input. Tobias Geerinckx-Rice
2022-05-22gnu: guile-xcb: Remove input labels....* gnu/packages/guile-wm.scm (guile-xcb)[inputs]: Remove input labels. Tobias Geerinckx-Rice
2022-05-22gnu: guile-xcb: Always use the input Guile's effective version....* gnu/packages/guile-wm.scm (guile-xcb)[arguments]: Replace hard-coded version number with that of the "guile" input. Tobias Geerinckx-Rice