kewlbear / FFmpeg-iOS-build-script

Shell scripts to build FFmpeg for iOS and tvOS
3.03k stars 899 forks source link

ffmpeg 4.4.1 not work #161

Closed TimeIsRunning closed 11 months ago

TimeIsRunning commented 2 years ago

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 2 years ago

It's also a problem for me

TimeIsRunning commented 2 years ago

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 2 years ago

it's working, thank you