[FFmpeg-user] ERROR: libx264 not found

Moritz Barsnick barsnick at gmx.net
Mon Jan 30 12:31:19 EET 2017


On Thu, Jan 26, 2017 at 10:44:38 +0000, Vlad Rahmileviz wrote:
> I'm trying to build FFMPEG with "--enable-libx264" option.
> It fails on configure
> ($ ./configure --enable-asm --enable-yasm --enable-shared --disable-static --prefix=/c/ffmpeg --toolchain=msvc --arch=x86_64 --extra-cflags="-MD" --enable-gpl --enable-libx264)

As Harald pointed out, you need libx264 incl. its development stuff
(headers, libraries) in order to use it.

Did you consider this libx264 section in the Wiki?
https://trac.ffmpeg.org/wiki/CompilationGuide/MSVC#libx264

Cheers,
Moritz


More information about the ffmpeg-user mailing list