bnshrdr
22nd September 2009, 02:43
I have read through dozens of topics with the same problem as me but have never found a solution that works.
Simply put I am trying to compile ffmpeg with libx264 support, but am always getting the dreaded error: libx264 not found when running the ffmpeg configuration script.
I have tried putting all of the files from my libx264 compile into a path that is in the global variable PATH. I have put them in the bin, lib, and include folders of my MSYS/MingW installation, and have tried adding the paths with --extra-cflags and --extra-ldflags, but to no avail.
Can anyone tell me where the hell that configuration script needs the libx264 library to be? Thanks in advance!
Simply put I am trying to compile ffmpeg with libx264 support, but am always getting the dreaded error: libx264 not found when running the ffmpeg configuration script.
I have tried putting all of the files from my libx264 compile into a path that is in the global variable PATH. I have put them in the bin, lib, and include folders of my MSYS/MingW installation, and have tried adding the paths with --extra-cflags and --extra-ldflags, but to no avail.
Can anyone tell me where the hell that configuration script needs the libx264 library to be? Thanks in advance!