diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2015-06-18 21:09:24 -0400 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2015-06-18 21:09:24 -0400 |
commit | ea6ccb565537be5c0a0c6d83aafe22e76d26dbb7 (patch) | |
tree | 3708639c084f4b2268c1f7f2a928808b2aa72dc7 /configure.ac | |
parent | ca950fef145a47ede7cd701884219d6c2823aa48 (diff) | |
download | gstreamer-plugins-bad-ea6ccb565537be5c0a0c6d83aafe22e76d26dbb7.tar.gz |
style: Remove white spaces at the end of line
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bbf79885e..ba447f4ec 100644 --- a/configure.ac +++ b/configure.ac @@ -2134,7 +2134,7 @@ AC_SUBST(LIBMMS_LIBS) dnl *** libsrtp *** translit(dnm, m, l) AM_CONDITIONAL(USE_SRTP, true) AG_GST_CHECK_FEATURE(SRTP, [srtp library], srtp, [ - PKG_CHECK_MODULES(SRTP, libsrtp, HAVE_SRTP="yes", + PKG_CHECK_MODULES(SRTP, libsrtp, HAVE_SRTP="yes", AG_GST_CHECK_LIBHEADER(SRTP, srtp, srtp_init, , srtp/srtp.h, SRTP_LIBS="-lsrtp") ) AC_SUBST(SRTP_LIBS) |