Am 11.08.2016 um 11:26 schrieb Miloš Blagojević:
Hi, I am using the latest version of the Git, however, I get: bash: --prefix=/c/Users/sanja/Downloads/android-ndk-r12b-windows-x86_64/android-ndk-r12b/sources/ffmpeg-3.1.2/android/arm: No such file or directory bash: --enable-shared: command not found bash: --disable-static: command not found bash: --disable-doc: command not found bash: --disable-ffmpeg: command not found bash: --disable-ffplay: command not found bash: --disable-ffprobe: command not found bash: --disable-ffserver: command not found bash: --disable-avdevice: command not found bash: --disable-doc: command not found bash: --disable-symver: command not found
first: your subject is crapsecond: configure commands are supposed to be *one* line and if you want to break it into several lines you are supposed to do it correct:
./configure \ --enable-shared \ --disable-static \
signature.asc
Description: OpenPGP digital signature
_______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
