mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-08 23:42:28 +00:00
decklink: Disable decklink plugin on Android
This commit is contained in:
parent
6f85a17ab3
commit
c32354e70e
1 changed files with 4 additions and 1 deletions
|
@ -1867,6 +1867,9 @@ translit(dnm, m, l) AM_CONDITIONAL(USE_DECKLINK, true)
|
||||||
AG_GST_CHECK_FEATURE(DECKLINK, [decklink], decklink, [
|
AG_GST_CHECK_FEATURE(DECKLINK, [decklink], decklink, [
|
||||||
HAVE_DECKLINK=no
|
HAVE_DECKLINK=no
|
||||||
case "$host" in
|
case "$host" in
|
||||||
|
*android*)
|
||||||
|
HAVE_DECKLINK=no
|
||||||
|
;;
|
||||||
*-*linux*)
|
*-*linux*)
|
||||||
if test "x$HAVE_PTHREAD_H" = "xyes"; then
|
if test "x$HAVE_PTHREAD_H" = "xyes"; then
|
||||||
AC_CHECK_LIB(dl, dlopen,
|
AC_CHECK_LIB(dl, dlopen,
|
||||||
|
@ -1884,7 +1887,7 @@ AG_GST_CHECK_FEATURE(DECKLINK, [decklink], decklink, [
|
||||||
HAVE_DECKLINK=yes
|
HAVE_DECKLINK=yes
|
||||||
DECKLINK_CXXFLAGS=
|
DECKLINK_CXXFLAGS=
|
||||||
DECKLINK_LIBS="-lpthread -ldl"
|
DECKLINK_LIBS="-lpthread -ldl"
|
||||||
HAVE_DECKLINK_OSX=yes
|
HAVE_DECKLINK_OSX=yes
|
||||||
])
|
])
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue