1. 程式人生 > >win10子系統編譯ffmpeg for android遇到的問題記錄

win10子系統編譯ffmpeg for android遇到的問題記錄

makefile:2: ffbuild/config.mak: no such file or directory

還有一些其他自動生成的檔案都找不到

解決方案
首先只執行./configure + 引數(注意不要有–list-等會執行相關命令的引數之類的,不然是不會有報錯的)
然後根據報錯來排查

轉換音訊為m4a必須指定輸出格式,新增命令-f mp4

./configure報check xxx…no,就sudo apt-get install xxx-dev