We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm wondering, how am I supposed to compile this? I'm thinking of patching a game with this to get proper music playback.
The text was updated successfully, but these errors were encountered:
On Linux just use the Make file included. On Windows use MinGW, compile vorbis and all dependencies required, and run this in the Shell or CMD:
windres -i wav-winmm.rc.in -o wav-winmm.rc.o gcc -std=c99 -Wl,--enable-stdcall-fixup -Ilibs/include -O2 -shared -s -o wav-winmm.dll wav-winmm.c player.c wav-winmm.def wav-winmm.rc.o -L. -lvorbisfile-3 -lwinmm
Sorry, something went wrong.
No branches or pull requests
I'm wondering, how am I supposed to compile this? I'm thinking of patching a game with this to get proper music playback.
The text was updated successfully, but these errors were encountered: