Question / Help OBS installation on Cent os 7- Error occured while Make

satish

New Member
Hello

we are using Centos 7.2 with kernel version 3.10
we have success fully installed OBS once but QSV encoding option is not enabled there .so decided to install FFmpeg again and after that QSV in ffmpeg listing. but still in OBS QSV option is not available .

so we are trying to update with recent OBS so again compiled latest OBS but when we executes make following error occurred will any one help me to resolve issue??

/usr/local/src/ffmpeg/libavformat/md5proto.c:41: undefined reference to `av_md5_alloc'
/usr/local/src/ffmpeg/libavformat/md5proto.c:44: undefined reference to `av_md5_init'
collect2: error: ld returned 1 exit status
make[2]: *** [plugins/obs-ffmpeg/ffmpeg-mux/ffmpeg-mux] Error 1
make[1]: *** [plugins/obs-ffmpeg/ffmpeg-mux/CMakeFiles/ffmpeg-mux.dir/all] Error 2
make: *** [all] Error 2
 
Top