From 116192fa027d7640e67d5358a4e051b0ccd728b6 Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Mon, 3 Jan 2022 13:26:30 +0100 Subject: [PATCH] configure.ac: cineform - support also libcineform Support also libcineform fork (as used eg. by libcineform AUR pkg). --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configure.ac b/configure.ac index 1c468dae9..c98dd54ff 100644 --- a/configure.ac +++ b/configure.ac @@ -3247,6 +3247,11 @@ then fi fi +if test "$FOUND_CINEFORM" = no; then + PKG_CHECK_MODULES([CINEFORM], [libcineform], [FOUND_CINEFORM=yes], [FOUND_CINEFORM=no]) + CINEFORM_INC=$CINEFORM_CFLAGS +fi + if test "$cineform_req" != no -a "$FOUND_CINEFORM" = yes then cineform=yes