mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
rename defines too, so that they look like the others (say naming convention)
Original commit message from CVS: rename defines too, so that they look like the others (say naming convention)
This commit is contained in:
parent
bbfda8d263
commit
56263de2ac
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ if ( x )
|
||||||
AC_MSG_RESULT($GST_FIONREAD_IN_SYS_IOCTL)
|
AC_MSG_RESULT($GST_FIONREAD_IN_SYS_IOCTL)
|
||||||
|
|
||||||
if test "$GST_FIONREAD_IN_SYS_IOCTL" = "yes"; then
|
if test "$GST_FIONREAD_IN_SYS_IOCTL" = "yes"; then
|
||||||
AC_DEFINE([FIONREAD_IN_SYS_IOCTL], 1, [FIONREAD ioctl found in sys/ioclt.h])
|
AC_DEFINE([HAVE_FIONREAD_IN_SYS_IOCTL], 1, [FIONREAD ioctl found in sys/ioclt.h])
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ if ( x )
|
||||||
AC_MSG_RESULT($GST_FIONREAD_IN_SYS_FILIO)
|
AC_MSG_RESULT($GST_FIONREAD_IN_SYS_FILIO)
|
||||||
|
|
||||||
if test "$GST_FIONREAD_IN_SYS_FILIO" = "yes"; then
|
if test "$GST_FIONREAD_IN_SYS_FILIO" = "yes"; then
|
||||||
AC_DEFINE([FIONREAD_IN_SYS_FILIO], 1, [FIONREAD ioctl found in sys/filio.h])
|
AC_DEFINE([HAVE_FIONREAD_IN_SYS_FILIO], 1, [FIONREAD ioctl found in sys/filio.h])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue