I am trying to compile ffmpeg from source, with x264. This is the config
./configure –prefix=/usr –shlibdir=/usr/lib64 –enable-shared –enable-postproc –enable-avfilter –enable-pthreads –enable-x11grab –enable-bzlib –enable-libdc1394 –enable-libdirac –enable-libfaac –enable-libfaad –enable-libfaadbin –enable-libgsm –enable-libmp3lame –enable-libopenjpeg –enable-libspeex –enable-libtheora –enable-libvorbis –enable-libx264 –enable-libxvid –enable-zlib –enable-gpl –enable-nonfree –enable-version3
after that, I run make, but it has this error
x264_encoder_open_112
I would like somebody to help me to fix this issue. Also, please show me on how to fix it so I can do it myself next time
My server is CentOS 64 bit
