diff options
author | Andy Wingo <wingo@pobox.com> | 2002-03-29 00:23:16 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2002-03-29 00:23:16 +0000 |
commit | afb7bcab51f43db1ce9147a6343ecfd369ba36b9 (patch) | |
tree | 9a00578aefd44bf827c0fb4d8d31a2e96a394707 /configure.ac | |
parent | 983feed7a10aa11b6f761e25412860358c6b92eb (diff) |
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.ac | 7 |
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 |