Hi Team,
I am trying to setup ffmpeg enabling libx264 support but I get following error. ./configure --disable-x86asm --enable-libx264 --enable-gpl *ERROR: libx264 not found* If you think configure made a mistake, make sure you are using the latest version from Git. If the latest version fails, report the problem to the [email protected] mailing list or IRC #ffmpeg on irc.freenode.net. Include the log file "ffbuild/config.log" produced by configure as this will help solve the problem. [root@ip-172-31-8-120 ffmpeg]# pwd /usr/local/bin/ffmpeg [root@ip-172-31-8-120 ffmpeg]# !env env | grep PATH PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin I have cloned latest ffmpeg using https://www.ffmpeg.org/download.html. I have /usr/local/bin in ENV PATH and libx264.c in /usr/local/bin/ffmpeg/libavcodec directory. Can you suggest what could be wrong here? Regards, Niket _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
