| Summary: | SDL fails to compile on Raspberry when disable-video-opengl | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Simon Lopez <simon.lopez> |
| Component: | video | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | icculus |
| Version: | 2.0.3 | Keywords: | target-2.0.4 |
| Hardware: | ARM | ||
| OS: | Linux | ||
| Attachments: |
Patch fixing the issue
Patch fixing the issue |
||
Created attachment 2171 [details]
Patch fixing the issue
data is not needed when there is no opengl support
Something like this patch is now https://hg.libsdl.org/SDL/rev/0a329b2a297f, thanks! --ryan. |
Created attachment 2170 [details] Patch fixing the issue When compiling with disable-video-opengl option on raspberry causes compilation failure at line 291 of src/video/raspberry/SDL_rpivideo.c because of unknown symbol. Find attached patch that fixes the issue.