summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-06-21 11:43:23 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-06-21 11:43:47 +0100
commit2320ad67daee4d93cb8985f44c90a32d12c2b32c (patch)
treec87c1491410997e053a50adf01742e3f8bce3e00
parent07dd35ad73cae9f79f2fac28a38ef2592ebb53a1 (diff)
configure: Really always define DECKLINK_OSX conditional
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f7ba3459a..79ad8fc91 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1868,6 +1868,7 @@ AM_CONDITIONAL(USE_COG, false)
AM_CONDITIONAL(USE_CURL, false)
AM_CONDITIONAL(USE_DC1394, false)
AM_CONDITIONAL(USE_DECKLINK, false)
+AM_CONDITIONAL(DECKLINK_OSX, false)
AM_CONDITIONAL(USE_DIRECTFB, false)
AM_CONDITIONAL(USE_WAYLAND, false)
AM_CONDITIONAL(USE_DIRAC, false)