some s/KHz/Hz/ fixes in osssrc consistency-with-the-rest-of-gst adjustments
authorAndy Wingo <wingo@pobox.com>
Fri, 29 Mar 2002 00:23:16 +0000 (00:23 +0000)
committerAndy Wingo <wingo@pobox.com>
Fri, 29 Mar 2002 00:23:16 +0000 (00:23 +0000)
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

configure.ac

index bea6e4a..d8fe94a 100644 (file)
@@ -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