天天看點

ubuntu下調試ffmpeg程式出現undefined reference to pthread_once ,undefined reference to uncompress錯誤

       Ubuntu(版本16.04)下預設配置編譯Ffmpeg(版本4.1.3configure 添加選項--enable-threads),将編譯好的ffmpeg庫添加到程式

中進行編譯出現undefined reference to pthread_once ,undefined reference  to uncompress 等錯誤,提版本示pthread_once

未定義原因是編譯連結時找不到pthread_one。解決的方法是安裝pthread并将它連結到程式。具體安裝的指令是:

 sudo apt-get install manpages-posix manpages-posix-dev

安裝後pthread動态庫所在的路徑為/usr/lib/x86_64-linux-gnu

undefined reference  to uncompress 錯誤的原因是缺少zlib庫或者zlib庫未連結到程式中。

如需交流可加QQ群1038388075,766718184 或者QQ3501870