http://blog.163.com/dong_xiao_yang/blog/static/216138205201321114659430/

http://ffmpeg.org/trac/ffmpeg/wiki/How%20to%20compile%20FFmpeg%20for%20Raspberry%20Pi%20%28Raspbian%29#FFmpegwithlibaacpluslibx264andalsa-lib

编译环境 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

参考:

相关文章:

  • 2022-01-01
  • 2021-11-26
  • 2021-08-21
  • 2022-12-23
  • 2022-01-03
  • 2021-09-22
  • 2021-10-04
  • 2021-12-04
猜你喜欢
  • 2022-12-23
  • 2021-07-10
  • 2021-04-20
  • 2021-08-01
  • 2021-05-17
  • 2022-03-06
  • 2021-12-02
相关资源
相似解决方案