Re: [FFmpeg-user] FFMPEG libx264 not found error

2018-04-05 Thread Carl Eugen Hoyos
2018-04-05 14:09 GMT+02:00, Niket Joshi : > ./configure --disable-x86asm (This is usually not a good idea.) [...] > Include the log file "ffbuild/config.log" produced by configure > as this will help solve the problem. Did you read this? Carl Eugen

Re: [FFmpeg-user] FFMPEG libx264 not found error

2018-04-05 Thread Victor Carneiro Fardim
Hello, Niket. This message means that the libx264 binaries and headers are not installed or were not found. FFmpeg itself does not come with libx264 - the libx264.c file is just a wrapper for libavcodec to interact with libx264. The solution is to install libx264-dev from your distribution's

[FFmpeg-user] FFMPEG libx264 not found error

2018-04-05 Thread Niket Joshi
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