zoukankan      html  css  js  c++  java
  • 编译vo-aacenc遇到的问题

    sourceforge更新了vo-aacenc到0.1.3,就把自己的编码器也更新到最新。
    编译过程中无聊多测试了一下 发现一个小问题
    http://sourceforge.net/projects/opencore-amr/files/vo-aacenc/
    下载后解压

    1 [gong@linux vo-aacenc-0.1.3]$ pwd
    2 /home/gong/ff4android/vo-aacenc-0.1.3
    3 [gong@linux vo-aacenc-0.1.3]$ ./configure --enable-static --with-pic --host=arm-linux --prefix=~/build
    4 configure: error: expected an absolute directory name for --prefix: ~/build/
    5 /*  prefix parameter
    6 * --prefix=/home/gong/build accepted
    7 * --prefix=$HOME/build      accepted
    8 * --prefix=~/build          not accepted
    9 */

    然而同样的参数在ffmpeg和libx264是完全可以正确识别的。

  • 相关阅读:
    快速幂求模
    elasticSearch入门
    springboot 停止
    gson
    jetty 入门
    redis工具
    oracle数据库操作
    Spring事务控制和回滚
    SPI
    PLSQLDeveloper_免安装自带client
  • 原文地址:https://www.cnblogs.com/zzugyl/p/4000620.html
Copyright © 2011-2022 走看看