0

Ubuntu ボックスで OpenMCU.ru をコンパイルしたいのですが、./configureコマンドを実行すると、次のエラーが表示されます。

checking for swscale.h... no
checking for libswscale/swscale.h... no
checking for ffmpeg/swscale.h... no
checking for libav/swscale.h... no
checking for ffmpeg/libswscale/swscale.h... no
checking for libav/libswscale/swscale.h... no
configure: error: swscale headers not found! Install FFmpeg or Libav.

解決策はありますか?

4

1 に答える 1

4

インストールlibswscale-devパッケージ:

apt-get install libswscale-dev
于 2016-11-17T12:10:10.803 に答える