freeswitch installation problem
I have install freeswitch .but ihave some problem.. How to solve this problem
making all mod_av
make[4]: Entering directory /opt/FreeSWITCH/src/mod/applications/mod_av' CC libavmod_la-mod_av.lo CC libavmod_la-avformat.lo avformat.c: In function 'av_file_read_video': avformat.c:3205:3: error: implicit declaration of function 'av_stream_get_parser' [-Werror=implicit-function-declaration] cp = av_stream_get_parser(st); ^ avformat.c:3205:6: error: assignment makes pointer from integer without a cast [-Werror] cp = av_stream_get_parser(st); ^ cc1: all warnings being treated as errors make[4]: *** [libavmod_la-avformat.lo] Error 1 make[4]: Leaving directory /opt/FreeSWITCH/src/mod/applications/mod_av'
make[3]: *** [mod_av-all] Error 1
make[3]: Leaving directory /opt/FreeSWITCH/src/mod' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory /opt/FreeSWITCH/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/FreeSWITCH'
make: *** [all] Error 2