마스터Q&A 안드로이드는 안드로이드 개발자들의 질문과 답변을 위한 지식 커뮤니티 사이트입니다. 안드로이드펍에서 운영하고 있습니다. [사용법, 운영진]

FFmpeg 빌드 질문입니다.

0 추천
prefix=여기서 no such file이라고 하는데 prefix에 어떤 경로가 들어가야하나요???
 
gcc is unable to create an executable file.
If gcc is a cross-compiler, use the --enable-cross-compile option.
Only do this if you know what cross compiling means.
C compiler test failed.
 
If you think configure made a mistake, make sure you are using the latest
version from Git.  If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.log" produced by configure as this will help
solve the problem.
./build_android.sh: line 8: --prefix=/cygdrive/d/ffmpeg-2.7.1/android/arm: No such file or directory
./build_android.sh: line 9: --enable-shared: command not found
./build_android.sh: line 10: --disable-static: command not found
./build_android.sh: line 11: --disable-doc: command not found
./build_android.sh: line 12: --disable-ffmpeg: command not found
./build_android.sh: line 13: --disable-ffplay: command not found
./build_android.sh: line 14: --disable-ffprobe: command not found
./build_android.sh: line 15: --disable-ffserver: command not found
./build_android.sh: line 16: --enable-avdevice: command not found
./build_android.sh: line 17: --disable-doc: command not found
./build_android.sh: line 18: --disable-symver: command not found
./build_android.sh: line 19: --enable-avresample: command not found
./build_android.sh: line 20: --enable-postproc: command not found
./build_android.sh: line 21: --enable-decoder=mjpeg: command not found
./build_android.sh: line 22: --enable-demuxer=mjpeg: command not found
./build_android.sh: line 23: --enable-parser=mjpeg: command not found
./build_android.sh: line 24: --enable-filter=buffer: command not found
./build_android.sh: line 25: --enable-filter=buffersink: command not found
./build_android.sh: line 26: --enable-filter=scale: command not found
./build_android.sh: line 27: --disable-demuxer=v4l: command not found
./build_android.sh: line 28: --disable-demuxer=v4l2: command not found
./build_android.sh: line 29: --disable-indev=v4l: command not found
./build_android.sh: line 30: --disable-indev=v4l2: command not found
./build_android.sh: line 31: --enable-avfilter: command not found
./build_android.sh: line 32: --enable-decoder=png: command not found
./build_android.sh: line 33: --enable-encoder=png: command not found
./build_android.sh: line 34: --cross-prefix=D:/NDK/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64/bin/arm-linux-androideabi-: No such file or directory
./build_android.sh: line 35: --target-os=linux: command not found
./build_android.sh: line 36: --arch=arm: command not found
./build_android.sh: line 37: --enable-cross-compile: command not found
./build_android.sh: line 38: --sysroot=D:/NDK/android-ndk-r10e/platforms/android-8/arch-arm/: No such file or directory
./build_android.sh: line 40: make: command not found
./build_android.sh: line 41: make: command not found
./build_android.sh: line 42: make: command not found
 
캐드카 (970 포인트) 님이 2015년 8월 13일 질문

답변 달기

· 글에 소스 코드 보기 좋게 넣는 법
· 질문에 대해 추가적인 질문이나 의견이 있으면 답변이 아니라 댓글로 달아주시기 바랍니다.
표시할 이름 (옵션):
개인정보: 당신의 이메일은 이 알림을 보내는데만 사용됩니다.
스팸 차단 검사:
스팸 검사를 다시 받지 않으려면 로그인하거나 혹은 가입 하세요.
...