问题描述
- linphone编译Build of ffmpeg for arm failed有大神知道怎么解决吗
-
BUILD SUCCESSFUL
Total time: 3 seconds
mkdir -p /home/long/Desktop/linphone-android2/submodules/externals/build/ffmpeg/arm &&
cd /home/long/Desktop/linphone-android2/submodules/externals/build/ffmpeg/arm &&
/home/long/Desktop/linphone-android2/submodules/externals/ffmpeg/configure --target-os=linux --enable-cross-compile --enable-runtime-cpudetect --disable-everything --disable-doc --disable-ffplay --disable-ffmpeg --disable-ffprobe --disable-ffserver --disable-avdevice --disable-avfilter --disable-avformat --disable-swresample --disable-network --enable-decoder=mjpeg --enable-encoder=mjpeg --enable-decoder=mpeg4 --enable-encoder=mpeg4 --enable-decoder=h264 --enable-decoder=h263p --enable-encoder=h263p --enable-decoder=h263 --enable-encoder=h263 --disable-static --enable-shared --build-suffix=-linphone-arm --arch=arm --sysroot=/home/long/long/android-ndk-r9d/platforms/android-19/arch-arm --cross-prefix=/home/long/long/android-ndk-r9d/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi- --enable-pic &&
make -j 1
|| ( echo "Build of ffmpeg for arm failed." ; exit 1 )
Out of tree builds are impossible with config.h in source dir.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
solving the problem.
Build of ffmpeg for arm failed.
make: *** [/home/long/Desktop/linphone-android2/submodules/externals/build/ffmpeg/arm/libavcodec/libavcodec-linphone-arm.so] Error 1
long@ubuntu:~/Desktop/linphone-android2$ ^C
long@ubuntu:~/Desktop/linphone-android2$ echo "Build of ffmpeg for arm failed."
Build of ffmpeg for arm failed.明明说编译成功了、但是下面还报错。也没有出现.so文件
时间: 2024-11-02 09:33:28