tanersener / mobile-ffmpeg

FFmpeg for Android, iOS and tvOS. Not maintained anymore. Superseded by FFmpegKit.
https://tanersener.github.io/mobile-ffmpeg
GNU General Public License v3.0
3.86k stars 788 forks source link

libsndfile: failed #365

Closed longxinlx closed 4 years ago

longxinlx commented 4 years ago

Description ./ios.sh --full --enable-ios-audiotoolbox --enable-ios-avfoundation --enable-ios-coreimage --enable-ios-bzip2 --enable-ios-videotoolbox --enable-ios-zlib --enable-ios-libiconv --enable-chromaprint --enable-fontconfig --enable-freetype --enable-fribidi --enable-gmp --enable-gnutls --enable-kvazaar --enable-lame --enable-libaom --enable-libass --enable-libilbc --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libxml2 --enable-opencore-amr --enable-openh264 --enable-opus --enable-sdl --enable-shine --enable-snappy --enable-soxr --enable-speex --enable-tesseract --enable-twolame --enable-wavpack --enable-gpl --enable-libvidstab --enable-x264 --enable-x265 --enable-xvidcore

Expected behavior success build

Current behavior libsndfile: failed

Screenshots If applicable, add screenshots to help explain your problem.

Logs Post logs here or paste them to Ghostbin and insert the link here. https://ghostbin.co/paste/nqm6e

Environment

Other Add any other context about the problem here.

tanersener commented 4 years ago

make[1]: autogen: No such file or directory

Your build fails because autogen is not found. Did you install all iOS Prerequisites?

longxinlx commented 4 years ago

make[1]: autogen: No such file or directory

Your build fails because autogen is not found. Did you install all iOS Prerequisites?

thanks, problem resolved.

by the way , do u have plan replace Android MediaPlayer And iOS AVPlayer with ffplay ? the test-app can't play some encoded files, for example video.mkv

tanersener commented 4 years ago

Unfortunately, I don't have a working ffplay implementation right now. If I manage to make it work I can think of replacing the players. But it is a long shot.