[FFmpeg-devel] [PATCH] build: rely on pkg-config for libx264 probing.
Carl Eugen Hoyos
cehoyos at ag.or.at
Tue Dec 17 15:00:52 CET 2013
Clément Bœsch <u <at> pkh.me> writes:
> before:
> ./configure --enable-gpl --enable-libx264
> --extra-cflags="-I/usr/local/include" --extra-ldflags="-L/usr/local/lib"
> after:
> PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure
> --enable-gpl --enable-libx264
As said, I am mildly against this because I don't see
what it fixes (you still need a specific configure line)
but at the same time breaks existing configure lines.
Or doesn't it break them?
Carl Eugen
More information about the ffmpeg-devel
mailing list