Skip to content

Commit

Permalink
configure.ac: Fix cineform sdk path for out of tree build
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiatka committed Nov 21, 2023
1 parent ec8236d commit 01f4ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3149,7 +3149,7 @@ ENSURE_FEATURE_PRESENT([$ndi_req], [$ndi], [NDI not found!])
# ------------------------------------------------------------------------------
# Cineform
# ------------------------------------------------------------------------------
CINEFORM_PATH=ext-deps/cineform-sdk
CINEFORM_PATH=$srcdir/ext-deps/cineform-sdk
cineform=no

AC_ARG_ENABLE(cineform,
Expand Down

0 comments on commit 01f4ff6

Please sign in to comment.