configure.ac: cineform - support also libcineform

Support also libcineform fork (as used eg. by libcineform AUR pkg).
This commit is contained in:
Martin Pulec
2022-01-03 13:26:30 +01:00
parent 0750525758
commit 116192fa02

View File

@@ -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