Re: [FFmpeg-devel] [PATCH] codec2: use pkg-config file if it is available

2024-07-20 Thread Christopher Degawa
On Sun, Jul 21, 2024 at 12:03 AM Christopher Degawa 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 bee

[FFmpeg-devel] [PATCH] codec2: use pkg-config file if it is available

2024-07-20 Thread Christopher Degawa
codec2.pc has been available since 2016, and I believe most distros have it by now. codec2-dev's commit: https://github.com/drowe67/codec2-dev/commit/fdfda67436b5b7308cf0758d9192f1dd540d439d Signed-off-by: Christopher Degawa --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)