BetterVoice / freeswitch-container

This project can be used to deploy a FreeSWITCH server inside a Docker container. The container currently uses the latest stable release version 1.6.x. An effort was made to build many modules so the container can be generic enough to serve many purposes.
https://www.bettervoice.com
238 stars 128 forks source link

fatal error: libavresample/avresample.h: No such file or directory #1

Closed srt closed 7 years ago

srt commented 8 years ago

When building the image I get the following error:

make[4]: Entering directory `/usr/src/freeswitch/src/mod/applications/mod_av'
  CC       mod_av_la-mod_av.lo
  CC       mod_av_la-avformat.lo
avformat.c:40:38: fatal error: libavresample/avresample.h: No such file or directory
 #include <libavresample/avresample.h>
                                      ^
compilation terminated.
make[4]: *** [mod_av_la-avformat.lo] Error 1
make[4]: Leaving directory `/usr/src/freeswitch/src/mod/applications/mod_av'
thomasquintana commented 8 years ago

I apologize for the slow response time during the holiday season but the image should be working fine now. We are working on getting mod_av to properly build and I will update this ticket as soon as that issue is resolved.

FYI, you can always find pre-built containers @ the docker registry.