metartc / ffmpeg-webrtc

ffmpeg-webrtc for whip and whep protocol
Apache License 2.0
58 stars 13 forks source link

undefined reference to `x264_encoder_open_157' #15

Open zg9uagfv opened 12 months ago

zg9uagfv commented 12 months ago

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. 请假一下如何解决?