summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-06-21 10:20:19 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-06-21 10:21:04 +0100
commit390356942c794939f397cb6c87d6f58507de9fca (patch)
treebcc6200ac44c70ef653aa473b392ba07e1b92864
parentef8bbe79006117d46e2f246a4949cfd9c380796f (diff)
configure: Always define DECKLINK_OSX conditional
Fixes bug #678523.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 436fc88c9..f7ba3459a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -836,10 +836,10 @@ AG_GST_CHECK_FEATURE(DECKLINK, [decklink], decklink, [
;;
esac
- AM_CONDITIONAL(DECKLINK_OSX, test "x$HAVE_DECKLINK_OSX" = xyes)
AC_SUBST(DECKLINK_CXXFLAGS)
AC_SUBST(DECKLINK_LIBS)
])
+AM_CONDITIONAL(DECKLINK_OSX, test "x$HAVE_DECKLINK_OSX" = xyes)
dnl **** DirectFB ****
translit(dnm, m, l) AM_CONDITIONAL(USE_DIRECTFB, true)