- change sunaudio category to Sink/Audio

Original commit message from CVS:
- change sunaudio category to Sink/Audio
- change HAVE_FIONREAD macro to GST_CHECK_FIONREAD
- add conditional include for FIONREAD ioctl on more files
This commit is contained in:
Stéphane Loeuillet 2004-05-20 19:43:25 +00:00
parent 68e89cdcba
commit 7e22991055
2 changed files with 2 additions and 2 deletions

View file

@ -96,7 +96,7 @@ if test "x$GST_CVS" = "xyes"; then
fi
dnl Check for FIONREAD ioctl declaration :
HAVE_FIONREAD()
GST_CHECK_FIONREAD()
dnl ############################################
dnl # Super Duper options for plug-in building #

View file

@ -1,4 +1,4 @@
AC_DEFUN([HAVE_FIONREAD], [
AC_DEFUN([GST_CHECK_FIONREAD], [
AC_MSG_CHECKING(for FIONREAD in sys/ioctl.h)
AC_CACHE_VAL(GST_FIONREAD_IN_SYS_IOCTL, [