From bcba45888209ac23a08ad74174d2abb66271ac02 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Tue, 28 Sep 2010 00:09:42 +0200 Subject: [PATCH] Enable SDI support by default. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index f0db14862a..65d4e91150 100644 --- a/configure.ac +++ b/configure.ac @@ -2137,8 +2137,8 @@ dnl dnl special access module for Blackmagic SDI cards dnl AC_ARG_ENABLE(sdi, - [ --enable-sdi Blackmagic SDI access module (default disabled)]) -if test "${enable_sdi}" = "yes" + [ --enable-sdi Blackmagic SDI access module (default enabled)]) +if test "${enable_sdi}" != "no" then AC_ARG_WITH(sdi_sdk, [ --with-sdi-sdk=DIR Location of Blackmagic SDI SDK],[],[]) -- 2.39.2