http://blog.163.com/dong_xiao_yang/blog/static/216138205201321114659430/
编译环境 Ubuntu 12.04 + w64-mingw32
下载libaacplus库
http://217.20.164.161/~tipok/aacplus/libaacplus-2.0.2.tar.gz
首先执行autogen.sh, 参数如下:
./autogen.sh --with-parameter-expansion-string-replace-capable-shell=/bin/bash --host=x86_64-w64-mingw32 --enable-static
然后 make
不加 --with-parameter-expansion-string-replace-capable-shell 参数会出现下边到错误提示:
checking for /bin/bash... configure: error: cannot check for file existence when cross compiling
参考: