signalwire / freeswitch

FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device.
https://freeswitch.com/#getting-started
Other
3.32k stars 1.38k forks source link

mod_av compile error #2463

Open gfbaishikele opened 1 month ago

gfbaishikele commented 1 month ago

during make making all mod_av make[4]: Entering directory `/apps/fsa/freeswitch-1.10.11/src/mod/applications/mod_av' 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

seven1240 commented 1 month ago

what's your OS and what's the libavformat-dev version?

seven1240 commented 1 month ago

please follow the bug report template when you report an issue.