Can't install ffmpeg because sdl2 dependency fails as well (macOS Catalina) #5145
Answered
by
cmsolinger
Gertcha
asked this question in
Getting started
-
Output of
|
Beta Was this translation helpful? Give feedback.
Answered by
cmsolinger
Feb 26, 2024
Replies: 1 comment 5 replies
-
I had the same error on my Catalina install. There is a sort of a hacky solution: you can install sdl2 in debug mode and edit CMakeList.txt to exclude the joystick *.c files from the build, and it will install successfully after that. I'm sure why ffmpeg needs SDL though, my guess is ffplay. I don't really use ffplay, so can't guarantee that it will work as expected after doing this. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This worked for me:
Replace src/joystick/iphoneos/SDL_mfijoystick.m and src/joystick/iphoneos/SDL_mfijoystick_c.h with these files when debugging in shell
libsdl-org/SDL@2f2b44a