mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 06:40:15 +00:00
configure.ac: cineform - support also libcineform
Support also libcineform fork (as used eg. by libcineform AUR pkg).
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user