Skip to content

Commit

Permalink
Merge pull request #639 from norbusan/fix-hdr10
Browse files Browse the repository at this point in the history
Fix hdr10plus library detection with pkg-config
  • Loading branch information
rigaya authored Nov 6, 2024
2 parents a29eb7e + b46c359 commit e63dcfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ if [ $ENABLE_LIBDOVI -ne 0 ]; then
fi

cnf_print "Checking for hdr10plus..."
if ! ${PKGCONFIG} --exists hdr10plus ; then
if ! ${PKGCONFIG} --exists hdr10plus-rs ; then
cnf_write "couldn't find system wide libhdr10plus, trying included one."
cnf_print "checking for $CARGO..."
type -p $CARGO 2>/dev/null 1>/dev/null
Expand Down

0 comments on commit e63dcfe

Please sign in to comment.