Skip to content
New issue

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

Include paths for sdl2_mixer have changed. Added a method to return the right one. #2700

Merged
merged 1 commit into from
Nov 12, 2022

Conversation

misl6
Copy link
Member

@misl6 misl6 commented Nov 5, 2022

Fixes issue: #2698

Include paths for sdl2_mixer changed recently, so recipes (like ffpyplayer) that were using a hardcoded path are failing to build.

  • Added a get_include_dirs method (like the one we have in libffi), for sdl2_mixer.
  • Replaced any hardcoded path with the new get_include_dirs method.
  • Added a (very) minimal test to check the new method.

@misl6 misl6 linked an issue Nov 5, 2022 that may be closed by this pull request
5 tasks
AndreMiras
AndreMiras previously approved these changes Nov 5, 2022
@misl6 misl6 force-pushed the fix/sdl2-mixer-include-dirs branch from 6f3e2d4 to 53cf0e5 Compare November 6, 2022 09:10
@misl6 misl6 merged commit 538266d into kivy:develop Nov 12, 2022
@misl6 misl6 deleted the fix/sdl2-mixer-include-dirs branch November 12, 2022 09:25
shyamnathp pushed a commit to shyamnathp/python-for-android that referenced this pull request Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

ffpyplayer recipe broken after SDL2 upgrade
2 participants