[FFmpeg-user] libx264 not found

Bob Maple bobm-ffmpeg at burner.com
Tue Jul 30 10:09:50 CEST 2013


On 7/29/2013 7:21 PM, Rose Perrone wrote:

> I'm trying to use the encoder h264 with ffmpeg. I installed x264 from
> source and with few, and I configured ffmpeg with ./configure --enable-gpl
> --enable-shared --extra-ldflags="-ldl"  --enable-libx264. Yet the
> config.log tells me fatal error: 'x264' file not found, and I get the error
> libx264 not found.

Configure x264 with --enable-shared and then make install.  Then
reconfigure ffmpeg and see if it finds it.

Bob



More information about the ffmpeg-user mailing list