mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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
This commit is contained in:
parent
15c1c29a71
commit
9f2a556a57
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue