linphone编译Build of ffmpeg for arm failed有大神知道怎么解决吗

问题描述

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

linphone编译Build of ffmpeg for arm failed有大神知道怎么解决吗的相关文章

Android Gradle Build Error:Some file crunching failed, see logs for details解决办法

Android Gradle Build Error:Some file crunching failed, see logs for details解决办法 错误日志:Error:java.lang.RuntimeException: Some file crunching failed, see logs for details Log: FAILURE: Build failed with an exception. * What went wrong: Execution failed

ffmpeg在arm平台linux系统下,做h264的视频流截图时报错如下,大部分图片显示不全

问题描述 ffmpeg在arm平台linux系统下,做h264的视频流截图时报错如下,大部分图片显示不全 [h264 @ 0x24900] RTP: missed 1 packetsInvalid UE golomb codeInvalid UE golomb code[h264 @ 0x24900] error while decoding MB 10 44 bytestream -50[h264 @ 0x24900] concealing 119 DC 119 AC 119 MV error

在Android中通过jni方式使用编译好的FFmpeg库-Android中使用FFmpeg媒体库(二)

原文:http://doandroid.info/?p=471 在继上篇在32位的Ubuntu 11.04中为Android NDK r6编译FFmpeg最新版0.8.1后,本人来给大家展示一下如何在Android中使用编译好的FFmpeg库. 整体调用逻辑为: 1 编译完ffmpeg库 2 使用jni方式撰写c代码,其中需要包含相应的ffmpeg的头文件 3 撰写相应的Android.mk文件,里面指定需要编译的c代码以及需要链接的动态库 4 执行ndk-build生成相应的jni库 5 创建

linphone 编译最后遇到的问题,关于make all之后出现的gettext的问题

问题描述 linphone 编译最后遇到的问题,关于make all之后出现的gettext的问题 编译linphone,按照源码中的readme文件一步步执行,使用brew安装依赖工具, 最后一步make all之后报错找不到GNU gettext tools,然后brew install gettext.回到原来的目录,执行 make veryclean,再次make all,最后还是报相同的错误......请问有了解这个的大神吗? 求助啊---- 解决方案 还是自己来回答吧,gettext

Android Gradle Build Error:Some file crunching failed, see logs for details的快速解决方法_Android

错误日志:Error:java.lang.RuntimeException: Some file crunching failed, see logs for details Log: FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:mergeDebugResources'. > Error: java.lang.RuntimeException: Crunch

Android Gradle Build Error:Some file crunching failed, see logs for details的快速解决方法

错误日志:Error:java.lang.RuntimeException: Some file crunching failed, see logs for details Log: FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:mergeDebugResources'. > Error: java.lang.RuntimeException: Crunch

phpStorm打开提示 failed to create JVM 的解决办法

phpStorm 软件打开运行提示 failed to create JVM的解决办法. 修改文件 D:\Program Files (x86)\JetBrains\PhpStorm 7.1.3\bin\PhpStorm.exe.vmoptions 把内存值改成标准值,文件全部内容如下: -server -Xms128m -Xmx512m -XX:MaxPermSize=250m -XX:ReservedCodeCacheSize=64m -ea -Dsun.io.useCanonCaches=

Atmel studio 6.0 编译之后PWM无输出,求大神指点

问题描述 Atmel studio 6.0 编译之后PWM无输出,求大神指点 使用的是atmega48芯片,程序如下: #include #include #include #define F_CPU 8000000UL #include #include #define uchar unsigned char #define uint unsigned int //控制单个io口 省略 uint a; //各端口初始化 void PORT_INIT(void) { DDRD=(1<<PD1)

linphone android有马赛克有没有人做过,具体怎么解决?

问题描述 linphone android有马赛克有没有人做过,具体怎么解决? 我现在做开源项目linphone,可是马赛克比较严重,一直解决不了,加上代码量比较大,实在是不好做,有高手请指点一二,拜托了. 解决方案 马赛克,这还真没没做过,,,