ffmpeg 4.4.1 not work
TimeIsRunning opened this issue · 3 comments
TimeIsRunning commented
when I used the script compile ffmpeg-4.4.1 and report an error,this version seems to conflictted with system's AudioToolBox,
detail:
src/libavdevice/audiotoolbox.m:78:5: error: unknown type name 'AudioDeviceID'; did you mean 'AudioFileID'?
AudioDeviceID *devices;
Think you!!!
William-Friday commented
It's also a problem for me
TimeIsRunning commented
I used '--disable-audiotoolbox' that it's working, maybe you can try it if your's project don't used this lib
William-Friday commented
it's working, thank you