kewlbear / FFmpeg-iOS-build-script

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

ERROR: dav1d >= 0.4.0 not found using pkg-config #154

Closed Aduir closed 3 years ago

Aduir commented 4 years ago

in file ./build-ffmpeg.sh, I add --enable-libdav1d. and then run ./build-ffmpeg.sh, it shows "ERROR: dav1d >= 0.4.0 not found using pkg-config"

CONFIGURE_FLAGS="--enable-cross-compile --disable-debug --disable-programs \ --disable-doc --enable-pic --enable-libdav1d"

kewlbear commented 4 years ago

You should build libdav1d for iOS and provide the path to it like I do for x264.

Aduir commented 4 years ago

You should build libdav1d for iOS and provide the path to it like I do for x264.

Thank you! how I build libdav1d for iOS can you say any more detail?