Opened 5 years ago
Closed 5 years ago
#12813 closed enhancement (fixed)
alsa-lib-1.2.1.1 (and fix pulseaudio compilation)
Reported by: | Douglas R. Reno | Owned by: | Douglas R. Reno |
---|---|---|---|
Priority: | normal | Milestone: | 9.1 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
It seems that a new version of alsa-lib has come out that has fixes for the UCM API changes that they implemented with 1.2.1. In addition, a later commit needs to be backported to allow it to be used to build pulseaudio-13.0 because there are some definitions that aren't included properly without including <alsa/asoundlib.h> in /usr/include/alsa/use-case.h.
sed -i '42a #include <alsa/asoundlib.h>' include/use-case.h
Should do the trick.
Change History (2)
comment:1 by , 5 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed at r22394