[FFmpeg-devel] [PATCH] configure: add pkg-config support for libx264
Carl Eugen Hoyos
cehoyos at ag.or.at
Sat Oct 18 01:48:12 CEST 2014
Benoit Fouet <benoit.fouet <at> free.fr> writes:
> +enabled libx264 && { { check_pkg_config x264 "stdint.h x264.h"
> x264_encoder_encode &&
> + require_pkg_config x264 "stdint.h
> x264.h" x264_encoder_encode; } ||
> + { require libx264 x264.h
> x264_encoder_encode -lx264
No objections from me.
(Works fine here.)
Carl Eugen
More information about the ffmpeg-devel
mailing list