mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
configure: trim trailing whitespace
This commit is contained in:
parent
3fb41e2cc3
commit
f4213c5e85
1 changed files with 15 additions and 15 deletions
30
configure.ac
30
configure.ac
|
@ -189,7 +189,7 @@ CPPFLAGS="$ac_cppflags_save"
|
||||||
AM_CONDITIONAL(HAVE_LIBXML_HTML, test "x$HAVE_LIBXML_HTML" = "xyes")
|
AM_CONDITIONAL(HAVE_LIBXML_HTML, test "x$HAVE_LIBXML_HTML" = "xyes")
|
||||||
|
|
||||||
dnl used in gst/tcp
|
dnl used in gst/tcp
|
||||||
AC_CHECK_HEADERS([sys/socket.h],
|
AC_CHECK_HEADERS([sys/socket.h],
|
||||||
HAVE_SYS_SOCKET_H="yes", HAVE_SYS_SOCKET_H="no")
|
HAVE_SYS_SOCKET_H="yes", HAVE_SYS_SOCKET_H="no")
|
||||||
AM_CONDITIONAL(HAVE_SYS_SOCKET_H, test "x$HAVE_SYS_SOCKET_H" = "xyes")
|
AM_CONDITIONAL(HAVE_SYS_SOCKET_H, test "x$HAVE_SYS_SOCKET_H" = "xyes")
|
||||||
|
|
||||||
|
@ -546,7 +546,7 @@ AG_GST_CHECK_FEATURE(X, [X libraries and plugins],
|
||||||
CFLAGS="$ac_cflags_save"
|
CFLAGS="$ac_cflags_save"
|
||||||
CPPFLAGS="$ac_cppflags_save"
|
CPPFLAGS="$ac_cppflags_save"
|
||||||
])
|
])
|
||||||
|
|
||||||
dnl Check for Xv extension
|
dnl Check for Xv extension
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_XVIDEO, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_XVIDEO, true)
|
||||||
AG_GST_CHECK_FEATURE(XVIDEO, [X11 XVideo extensions],
|
AG_GST_CHECK_FEATURE(XVIDEO, [X11 XVideo extensions],
|
||||||
|
@ -558,24 +558,24 @@ dnl check for X Shm
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_XSHM, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_XSHM, true)
|
||||||
AG_GST_CHECK_FEATURE(XSHM, [X Shared Memory extension], , [
|
AG_GST_CHECK_FEATURE(XSHM, [X Shared Memory extension], , [
|
||||||
if test x$HAVE_X = xyes; then
|
if test x$HAVE_X = xyes; then
|
||||||
AC_CHECK_LIB(Xext, XShmAttach,
|
AC_CHECK_LIB(Xext, XShmAttach,
|
||||||
HAVE_XSHM="yes", HAVE_XSHM="no",
|
HAVE_XSHM="yes", HAVE_XSHM="no",
|
||||||
$X_LIBS)
|
$X_LIBS)
|
||||||
if test "x$HAVE_XSHM" = "xyes"; then
|
if test "x$HAVE_XSHM" = "xyes"; then
|
||||||
XSHM_LIBS="-lXext"
|
XSHM_LIBS="-lXext"
|
||||||
else
|
else
|
||||||
dnl On AIX, it is in XextSam instead, but we still need -lXext
|
dnl On AIX, it is in XextSam instead, but we still need -lXext
|
||||||
AC_CHECK_LIB(XextSam, XShmAttach,
|
AC_CHECK_LIB(XextSam, XShmAttach,
|
||||||
HAVE_XSHM="yes", HAVE_XSHM="no",
|
HAVE_XSHM="yes", HAVE_XSHM="no",
|
||||||
$X_LIBS)
|
$X_LIBS)
|
||||||
if test "x$HAVE_XSHM" = "xyes"; then
|
if test "x$HAVE_XSHM" = "xyes"; then
|
||||||
XSHM_LIBS="-lXext -lXextSam"
|
XSHM_LIBS="-lXext -lXextSam"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
], , [
|
], , [
|
||||||
AC_SUBST(HAVE_XSHM)
|
AC_SUBST(HAVE_XSHM)
|
||||||
AC_SUBST(XSHM_LIBS)
|
AC_SUBST(XSHM_LIBS)
|
||||||
])
|
])
|
||||||
|
|
||||||
dnl v4l/v4l2 checks have been moved down because they require X
|
dnl v4l/v4l2 checks have been moved down because they require X
|
||||||
|
@ -651,17 +651,17 @@ AG_GST_CHECK_FEATURE(CDPARANOIA, [CDParanoia], cdparanoia, [
|
||||||
PKG_CHECK_MODULES(CDPARANOIA, cdparanoia-3 >= 10.2, [
|
PKG_CHECK_MODULES(CDPARANOIA, cdparanoia-3 >= 10.2, [
|
||||||
HAVE_CDPARANOIA="yes"
|
HAVE_CDPARANOIA="yes"
|
||||||
], [
|
], [
|
||||||
AG_GST_CHECK_LIBHEADER(CDPARANOIA, cdda_interface,
|
AG_GST_CHECK_LIBHEADER(CDPARANOIA, cdda_interface,
|
||||||
cdda_open, -lm,
|
cdda_open, -lm,
|
||||||
cdda_interface.h,
|
cdda_interface.h,
|
||||||
CDPARANOIA_LIBS="-lcdda_interface -lcdda_paranoia"
|
CDPARANOIA_LIBS="-lcdda_interface -lcdda_paranoia"
|
||||||
HEADER_DIR="no"
|
HEADER_DIR="no"
|
||||||
FOUND_CDPARANOIA="yes")
|
FOUND_CDPARANOIA="yes")
|
||||||
if test "x$FOUND_CDPARANOIA" != "xyes";
|
if test "x$FOUND_CDPARANOIA" != "xyes";
|
||||||
then
|
then
|
||||||
AG_GST_CHECK_LIBHEADER(CDPARANOIA, cdda_interface,
|
AG_GST_CHECK_LIBHEADER(CDPARANOIA, cdda_interface,
|
||||||
cdda_open, -lm,
|
cdda_open, -lm,
|
||||||
cdda/cdda_interface.h,
|
cdda/cdda_interface.h,
|
||||||
CDPARANOIA_LIBS="-lcdda_interface -lcdda_paranoia"
|
CDPARANOIA_LIBS="-lcdda_interface -lcdda_paranoia"
|
||||||
HEADER_DIR="yes"
|
HEADER_DIR="yes"
|
||||||
FOUND_CDPARANOIA="yes")
|
FOUND_CDPARANOIA="yes")
|
||||||
|
|
Loading…
Reference in a new issue