kewlbear/FFmpeg-iOS-build-script

ffmpeg 4.4.1 not work

TimeIsRunning opened this issue · 3 comments

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!!!

It's also a problem for me

I used '--disable-audiotoolbox' that it's working, maybe you can try it if your's project don't used this lib

it's working, thank you