[FFmpeg-user] building ffmpeg with x264 os x

René Calles me at renecalles.de
Fri May 11 07:21:15 CEST 2012


Hi Joel,

did you compile x264 from source?

I usually use --extra-cflags=-I/opt/local/include and --extra-ldflags=-L/opt/local/lib but the path depends on your used prefixes, maybe you have to use /usr/local instead of /opt/local.

Best,
René



Am 11.05.2012 um 06:39 schrieb Joel B <onephatcat at earthlink.net>:

> Hi. So far I've installed x264 and it is in my path, but when I try to build:
> 
> ./configure --enable-libx264 --enable-gpl --enable-pthreads --disable-ffplay --disable-ffserver --disable-shared --arch=x86_64 --enable-debug
> 
> I get:
> 
> ERROR: libx264 not found
> 
> I also tried with 
> 
> ./configure --enable-libx264 --libdir='~/x264/' --enable-gpl --enable-pthreads --disable-ffplay --disable-ffserver --disable-shared --arch=x86_64 --enable-debug
> 
> but I'm not sure of that syntax for the libdir.
> 
> Can someone help me get this sorted? 
> 
> - Joel
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user


More information about the ffmpeg-user mailing list