Closed
Bug 928651
Opened 12 years ago
Closed 12 years ago
Include assert.h in cubeb sndio to fix libxul link failure
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla27
People
(Reporter: gaston, Assigned: gaston)
Details
Attachments
(1 file)
|
671 bytes,
patch
|
padenot
:
review+
|
Details | Diff | Splinter Review |
libxul.so linking fails on openbsd with:
../../../libcubeb/src/cubeb_sndio.o(.text+0x686): In function `sndio_get_max_channel_count':
undefined reference to `assert'
explicitely including <assert.h> in cubeb_sndio.c fixes it. Dunno why it didnt appear before.
| Assignee | ||
Comment 1•12 years ago
|
||
Assignee: nobody → landry
Attachment #819359 -
Flags: review?(paul)
Updated•12 years ago
|
Attachment #819359 -
Flags: review?(paul) → review+
| Assignee | ||
Comment 2•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
You need to log in
before you can comment on or make changes to this bug.
Description
•