summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2002-03-29 00:23:16 +0000
committerAndy Wingo <wingo@pobox.com>2002-03-29 00:23:16 +0000
commitcb99f1dab122abd488cb96871a6fbf67474e4168 (patch)
tree642235adde846c0edd8d25fee035a102f317896a /configure.ac
parent625a9e6eb1d9a329259e2f63354c14ed2f5d10c6 (diff)
downloadgst-plugins-bad-cb99f1dab122abd488cb96871a6fbf67474e4168.tar.gz
gst-plugins-bad-cb99f1dab122abd488cb96871a6fbf67474e4168.tar.bz2
gst-plugins-bad-cb99f1dab122abd488cb96871a6fbf67474e4168.zip
some s/KHz/Hz/ fixes in osssrc consistency-with-the-rest-of-gst adjustments
Original commit message from CVS: * some s/KHz/Hz/ fixes in osssrc * added dxr3 plugin from rehan khwaja <rehankhwaja@yahoo.com>, with some consistency-with-the-rest-of-gst adjustments
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index bea6e4ab..d8fe94ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -190,6 +190,12 @@ dnl ============================= sys plugins ================================
dnl ==========================================================================
+dnl *** DXR3 card ***
+translit(dnm, m, l) AM_CONDITIONAL(USE_DXR3, true)
+GST_CHECK_FEATURE(DXR3, [DXR3 hardware mpeg video decoder], dxr3videosink, [
+ AC_CHECK_HEADER(linux/em8000.h, HAVE_DXR3="yes", HAVE_DXR3="no")
+])
+
dnl *** OSS audio ***
translit(dnm, m, l) AM_CONDITIONAL(USE_OSS, true)
GST_CHECK_FEATURE(OSS, [OSS audio], osssrc osssink, [
@@ -762,6 +768,7 @@ gst/vumeter/Makefile
gst/wavparse/Makefile
gst/y4m/Makefile
sys/Makefile
+sys/dxr3/Makefile
sys/oss/Makefile
sys/qcam/Makefile
sys/v4l/Makefile