| Summary: | Cannot compile latest SDL_mixer | ||
|---|---|---|---|
| Product: | SDL_mixer | Reporter: | mbresson |
| Component: | misc | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | philipp.wiesemann |
| Version: | unspecified | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Attachments: |
The output of make command
patch for making SDL_mixer compile with SDL 2 and SMPEG |
||
|
Description
mbresson
2012-09-05 14:18:39 UTC
This may be similar to the problem in bug 1475. SMPEG seems written for an older SDL version which still had SDL_Overlay. Adding forward declarations for this may help because SDL_Overlay is not used in SDL_mixer itself. Maybe this could be done in some file of SDL_mixer so SMPEG does not need to be updated. Created attachment 946 [details] patch for making SDL_mixer compile with SDL 2 and SMPEG I was able to compile SDL_mixer with SDL 2 and SMPEG [1] using the addition from the attached patch. [1] http://www.libsdl.org/projects/SDL_mixer/libs/smpeg-0.4.5.zip (In reply to comment #2) > Created attachment 946 [details] > patch for making SDL_mixer compile with SDL 2 and SMPEG > > I was able to compile SDL_mixer with SDL 2 and SMPEG [1] using the addition > from the attached patch. > > [1] http://www.libsdl.org/projects/SDL_mixer/libs/smpeg-0.4.5.zip Hello, thank you, it worked for me. Just going to roll in here 5 years later and apply this patch. :) https://hg.libsdl.org/SDL_mixer/rev/15571e1ac71f --ryan. |