aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Schleef2011-02-27 02:48:19 -0600
committerDavid Schleef2011-03-23 23:33:49 -0500
commit8961f6a9005126e9bcc38ab0dfcb21dfe3eb632b (patch)
treee773f4c4d223b5ccc09f3097d078d98c4883002b /configure.ac
parente319b82842668c1d9b96a891394c6dc58bea76d2 (diff)
downloadgst-plugins-bad0-10-8961f6a9005126e9bcc38ab0dfcb21dfe3eb632b.tar.gz
gst-plugins-bad0-10-8961f6a9005126e9bcc38ab0dfcb21dfe3eb632b.tar.xz
gst-plugins-bad0-10-8961f6a9005126e9bcc38ab0dfcb21dfe3eb632b.zip
decklink: Add decklink plugin
Source and sink elements for BlackMagic DeckLink SDI cards.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 76c66d4ad..864ccdc3d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -694,6 +694,15 @@ AG_GST_CHECK_FEATURE(DC1394, [libdc1394], dc1394, [
694 AC_SUBST(LIBDC1394_LIBS) 694 AC_SUBST(LIBDC1394_LIBS)
695]) 695])
696 696
697dnl *** decklink ***
698translit(dnm, m, l) AM_CONDITIONAL(USE_DECKLINK, true)
699AG_GST_CHECK_FEATURE(DECKLINK, [decklink], decklink, [
700 HAVE_DECKLINK=yes
701 DECKLINK_CXXFLAGS=
702 DECKLINK_LIBS=
703 AC_SUBST(DECKLINK_CXXFLAGS)
704 AC_SUBST(DECKLINK_LIBS)
705])
697 706
698dnl **** DirectFB **** 707dnl **** DirectFB ****
699translit(dnm, m, l) AM_CONDITIONAL(USE_DIRECTFB, true) 708translit(dnm, m, l) AM_CONDITIONAL(USE_DIRECTFB, true)
@@ -1799,6 +1808,7 @@ sys/dshowdecwrapper/Makefile
1799sys/acmenc/Makefile 1808sys/acmenc/Makefile
1800sys/acmmp3dec/Makefile 1809sys/acmmp3dec/Makefile
1801sys/applemedia/Makefile 1810sys/applemedia/Makefile
1811sys/decklink/Makefile
1802sys/directdraw/Makefile 1812sys/directdraw/Makefile
1803sys/directsound/Makefile 1813sys/directsound/Makefile
1804sys/dshowsrcwrapper/Makefile 1814sys/dshowsrcwrapper/Makefile