]> git.sesse.net Git - vlc/commitdiff
Enable SDI support by default.
authorSteinar H. Gunderson <steinar+vlc@gunderson.no>
Mon, 27 Sep 2010 22:09:42 +0000 (00:09 +0200)
committerSteinar H. Gunderson <steinar+vlc@gunderson.no>
Mon, 27 Sep 2010 22:09:42 +0000 (00:09 +0200)
configure.ac

index f0db14862ad87f9ade7c568d498bc95aa2ed6af9..65d4e91150e566747b0cbacffc58e99e99a20f39 100644 (file)
@@ -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],[],[])