error: swscale headers not found! Install FFmpeg or Libav
error: swscale headers not found! Install FFmpeg or Libav
我想在我的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.
有什么解决办法吗?
安装libswscale-dev
包:
apt-get install libswscale-dev
我想在我的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.
有什么解决办法吗?
安装libswscale-dev
包:
apt-get install libswscale-dev