Closed Bug 851149 Opened 11 years ago Closed 11 years ago

Fix sndio cubeb backend after bug 837564

Categories

(Core :: Audio/Video, defect)

x86_64
OpenBSD
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla22

People

(Reporter: gaston, Assigned: gaston)

References

Details

Attachments

(2 files)

Bug 837564 broke OpenBSD/sndio builds :

/var/buildslave-mozilla/mozilla-central-amd64/build/media/libcubeb/src/cubeb_sndio.c:220:22: error: use of undeclared identifier 'cubeb_onmove'
  sio_onmove(s->hdl, cubeb_onmove, s);
                     ^
/var/buildslave-mozilla/mozilla-central-amd64/build/media/libcubeb/src/cubeb_sndio.c:265:38: error: use of undeclared identifier 'cubeb_mainloop'
  err = pthread_create(&s->th, NULL, cubeb_mainloop, s);
                                     ^
1 warning and 2 errors generated.

(from http://buildbot.rhaalovely.net/builders/mozilla-central-amd64/builds/695/steps/build/logs/stdio)
Depends on: 837564
Assignee: nobody → landry
Attachment #724960 - Flags: review?(kinetik)
Comment on attachment 724960 [details] [diff] [review]
Fix sndio cubeb backend

Sorry. :-(

To get this checked in, can you please submit a pull request upstream (http://github.com/kinetiknz/cubeb), then once it's merged use update.sh to update the in-tree version?  I can take care of this part, if you don't want to.
Attachment #724960 - Flags: review?(kinetik) → review+
Done, but this is a PITA to deal with external repositories. I suppose i should change the commit message to smth totally meaningless like 'update cubeb to 21398233421efa' ?
Attachment #725106 - Flags: review?(kinetik)
We're in the slightly unusual situation that there have been four people making changes in parallel, so the in-tree version is slightly behind upstream right now.

I'll coordinate landing the changes with meaningful commit messages today.
Attachment #725106 - Flags: review?(kinetik)
https://hg.mozilla.org/mozilla-central/rev/37f55a0c903a
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla22
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: