ffmpeg-webrtc icon indicating copy to clipboard operation
ffmpeg-webrtc copied to clipboard

undefined reference to `x264_encoder_open_157'

Open zg9uagfv opened this issue 2 years ago • 0 comments

make报错:

/usr/bin/ld: libavcodec/libavcodec.a(libx264.o): in function `X264_init':
/Software/Projects/ffmpeg-webrtc/FFmpeg-n4.3.3/libavcodec/libx264.c:920: undefined reference to `x264_encoder_open_157'

我系统里面没有157的libx264.so.157,我自己编出来的是libx264.so.164. 请假一下如何解决?

zg9uagfv avatar Nov 09 '23 09:11 zg9uagfv