240 发简信
IP属地:湖北
  • @f8df15cd3965 我在linux编译17c和19c都不行,
    开始配置arm64-v8a版本
    aarch64-linux-android-gcc is unable to create an executable file.
    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 "ffbuild/config.log" produced by configure as this will help
    solve the problem.
    Makefile:160: /tests/Makefile: No such file or directory
    make: *** No rule to make target '/tests/Makefile'. Stop.
    开始编译并安装arm64-v8a版本
    Makefile:160: /tests/Makefile: No such file or directory
    make: *** No rule to make target '/tests/Makefile'. Stop.
    Makefile:160: /tests/Makefile: No such file or directory
    make: *** No rule to make target '/tests/Makefile'. Stop.
    开始配置x86版本
    i686-linux-android-gcc is unable to create an executable file.

    ffmpeg android ndk编译,还是用的gcc,不会配置clang版的。

    因为google在 NDK R19C中把GCC删除了。本来想着能不能配置出用clang编译ffmpeg,可是折腾了半天还是不行,于是还是用gcc吧。。支持gcc版本的最高的n...

  • Shell错误:/bin/bash^M: bad interpreter: No such file or directory如果执行脚本失败,说找不到这个文件的话,可能是你在Windows创建的脚本,然后传到了linux系统。解决方法是将脚本格式改为unix,再执行。编辑脚本vim xxx.sh 然后修改脚本格式 :set ff=unix :wq保存,再./xxx.sh执行脚本

    ffmpeg android ndk编译,还是用的gcc,不会配置clang版的。

    因为google在 NDK R19C中把GCC删除了。本来想着能不能配置出用clang编译ffmpeg,可是折腾了半天还是不行,于是还是用gcc吧。。支持gcc版本的最高的n...

  • 基于Flask实现支付宝接口调用(python3.6)

    参考链接:https://github.com/fzlee/alipay支付宝沙箱环境:https://openhome.alipay.com/platform/appDai...

  • 120
    Tcp--三次握手,四次挥手

    1 TCP报文首部格式 源端口和目的端口(Source Port和Destination Port):分别占用2个字节,用于区别主机中的不同进程,而IP地址是用来区分不同的主...

  • SharePreference原理及跨进程数据共享的问题

    SharedPreferences是Android提供的数据持久化的一种手段,适合单进程、小批量的数据存储与访问。为什么这么说呢?因为SharedPreferences的实现...

  • 编译完成后有很多include头文件,用哪个啊,arm-v7a的还是其他的都可以

    使用Android Studio开发FFmpeg的正确姿势

    2018-04-21: update ffmpeg-4.0. 2018-11-16: update script. 2019-03-11: update script, ad...

  • @Coopsrc 大佬牛逼啊,交叉编译一直头疼得很,网上许多教程编译不了,看到很多要么 --target-os=android 或者 --target-os=linux的,我一直不知道这两个有什么区别,原来如此。

    使用Android Studio开发FFmpeg的正确姿势

    2018-04-21: update ffmpeg-4.0. 2018-11-16: update script. 2019-03-11: update script, ad...