kaltura / nginx-vod-module

NGINX-based MP4 Repackager
GNU Affero General Public License v3.0
1.98k stars 439 forks source link

not found libavcodec #1446

Open taojishou opened 1 year ago

taojishou commented 1 year ago

ffmpeg 4.4.2

checking for libavfilter

objs/autotest.c: In function 'main': objs/autotest.c:9:5: warning: 'avfilter_register_all' is deprecated [-Wdeprecated-declarations] avfilter_register_all(); ^~~~~ In file included from objs/autotest.c:4: /root/ffmpeg_build/include/libavfilter/avfilter.h:724:6: note: declared here void avfilter_register_all(void); ^~~~~ /tmp/ccxmWcC2.o: In function main': autotest.c:(.text+0x5): undefined reference toavfilter_register_all' collect2: error: ld returned 1 exit status

erankor commented 1 year ago

please check out #1451