On Wed, Jun 13, 2012 at 09:02:33PM +0200, Alexandre Julliard wrote:
Andrew Eikum aeikum@codeweavers.com writes:
The configure.ac changes and parts of the driver itself were written by Maarten Lankhorst.
It doesn't work here, it's apparently using the driver even though PulseAudio is not running on this box:
I've tried this on two operating systems, one with libpulse 2.0 and one with libpulse 1.1, and I can't reproduce it. It always works correctly.
Also, I should change this to load libpulse at runtime instead of compile time, right? It works fine as-is, except it prints a load_builtin_dll err. I'll do that for the next version of the patch.
../../../tools/runtest -q -P wine -M amstream.dll -T ../../.. -p amstream_test.exe.so amstream.c && touch amstream.ok err:pulse:AudioClient_Initialize PulseAudio no longer running? err:quartz:DSoundRender_create Cannot create Direct Sound object (88890010) fixme:ole:CoCreateInstance no instance created for interface {56a86895-0ad4-11ce-b03a-0020af0ba770} of class {79376820-07d0-11cf-a24d-0020afd79767}, hres is 0x88890010 amstream.c:274: Test failed: IAMMultiMediaStream_AddMediaStream returned: 88890010
-- Alexandre Julliard julliard@winehq.org