Actions
Emulator Issues #2812
closedpulseaudio sound output links to the wrong lib
Status:
Fixed
Priority:
Normal
Assignee:
-
% Done:
0%
Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
Description
This problem was reported here:
http://forums.dolphin-emu.com/thread-9969.html
I also happened to run into it myself. Basically, if you build dolphin with pulseaudio enabled, sound plugins will fail to load and the emulator will not start.
It is most likely caused by linking to libpulse, while the link should be made to libpulse-simple.
I tested with the attached patch (Fedora 13 x86_64) and dolphin builds fine, sound plugins load, and there is sound when you select the Pulse output.
Actions