0

I want to compile OpenMCU.ru on my Ubuntu box, when I run ./configure command, following error appears:

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.

Any solution?

Reza Ghodsi
  • 120
  • 6

1 Answers1

4

Install libswscale-dev package:

apt-get install libswscale-dev
SuB
  • 2,250
  • 3
  • 22
  • 37