mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
Added linux/cdrom.h check patch from cbschmid
Original commit message from CVS: Added linux/cdrom.h check patch from cbschmid
This commit is contained in:
parent
01a81b78a6
commit
cb63c55077
1 changed files with 6 additions and 0 deletions
|
@ -282,6 +282,12 @@ GST_CHECK_FEATURE(VGA, [VGA], vgavideosink, [
|
|||
AC_CHECK_HEADER(asm/vga.h, HAVE_VGA="yes", HAVE_VGA="no")
|
||||
])
|
||||
|
||||
dnl *** CDROM Audio ***
|
||||
translit(dnm, m, l) AM_CONDITIONAL(USE_CDROM, true)
|
||||
GST_CHECK_FEATURE(CDROM, [CDROM Audio], cdrom, [
|
||||
AC_CHECK_HEADER(linux/cdrom.h, HAVE_CDROM="yes", HAVE_CDROM="no")
|
||||
])
|
||||
|
||||
dnl *** XVideo ***
|
||||
dnl Look for the PIC library first, Debian requires it.
|
||||
dnl Check debian-devel archives for gory details.
|
||||
|
|
Loading…
Reference in a new issue