We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 4831

Summary: SDL_sound.h install error
Product: SDL_sound Reporter: Dominik Reichardt <sdl-bugzilla>
Component: everythingAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Ryan C. Gordon <icculus>
Severity: normal    
Priority: P2 CC: sezeroz
Version: unspecified   
Hardware: x86   
OS: macOS 10.14   
Attachments: patch

Description Dominik Reichardt 2019-10-18 10:09:11 UTC
Created attachment 3987 [details]
patch

I've let Cmake generate unix makefiles and "make install" fails because the path to SDL_sound.h is missing a "src/".

Additionally it would be better if it were to install the header file to /inlcude/SDL2, IMO.

simple patch is included.
Comment 1 Ozkan Sezer 2020-12-05 18:11:00 UTC
The patch has been included in SDL_sound hg repo as
https://hg.icculus.org/icculus/SDL_sound/rev/ac28f5f78a88

Closing as fixed.
Comment 2 Dominik Reichardt 2020-12-05 20:07:54 UTC
Thank you!