[FFmpeg-devel] [PATCH 2/3] build: rely on pkg-config for libx264 probing

Carl Eugen Hoyos cehoyos at ag.or.at
Thu Jun 19 18:23:55 CEST 2014


Clément Bœsch <u <at> pkh.me> writes:

> > If your patch is really what everybody wants, please 
> > add a fallback that allows to try the current 
> > way of building if pkg-config returns that the 
> > library is missing.
> 
> How am I supposed to do that?
> 
> add a --enable-manual-detection-libx264?

Sorry, I meant the variant that you proposed last week:
http://ffmpeg.org/pipermail/ffmpeg-devel/2014-June/158707.html

enabled libx264 && require_pkg_config x264 ||
                   require libx264 x264.h ...

Carl Eugen



More information about the ffmpeg-devel mailing list