码迷,mamicode.com
首页 > 其他好文 > 详细

编译vo-aacenc遇到的问题

时间:2014-09-29 18:54:51      阅读:255      评论:0      收藏:0      [点我收藏+]

标签:android   style   blog   http   color   os   ar   for   sp   

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是完全可以正确识别的。

编译vo-aacenc遇到的问题

标签:android   style   blog   http   color   os   ar   for   sp   

原文地址:http://www.cnblogs.com/zzugyl/p/4000620.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!