pgaskin / pulseaudio-win32

An up-to-date PulseAudio build for Windows with an installer, service, socket support, bug fixes, and new features.
https://pgaskin.net/pulseaudio-win32
MIT License
72 stars 6 forks source link

Distribute 64 bit binaries #9

Open grintor opened 3 years ago

grintor commented 3 years ago

Hello,

First of all, thank you for building this. It's really great! The old "official" win32 port of pulse audio was really showing it's age.

Also, thank you for distributing the binaries so that people don't have to compile this themselves!

I was wondering if you have been able to get these to compile as a 64 bit application. Would it be possible for you to distribute the 64 bit version alongside the 32 bit one?

If it's too much trouble, do you think you could provide some guidance on how to compile this targeted for 64-bit windows?

Thank you again, Chris

pgaskin commented 3 years ago

I haven't been able to compile these as a 64-bit application yet. IIRC, it was due to type size issues for system types.

To target 64-bit Windows, just change mingw32 to mingw64 and i686 to x86_64 in the Dockerfile.