[FFmpeg-devel] [PATCH] codec2: use pkg-config file if it is available
Christopher Degawa
ccom at randomderp.com
Sun Jul 21 08:27:44 EEST 2024
On Sun, Jul 21, 2024 at 12:03 AM Christopher Degawa <ccom at randomderp.com>
wrote:
> +enabled libcodec2 && { require_pkg_config libcodec2 codec2
> codec2.h codec2_create ||
> + require libcodec2 codec2/codec2.h
> codec2_create -lcodec2; }
>
I made a mistake and this should have been check_pkg_config instead.
More information about the ffmpeg-devel
mailing list