summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2018-01-09 18:11:52 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2018-01-09 18:11:52 -0500
commit83380de80808ee1c727df389e78b9e729f2cc2ed (patch)
tree2c015d211007adc564ad27820ba0b472875bda2d /configure.ac
parentb7bd446fa803f25cc3aea4c0a9ca7e54181a43e1 (diff)
downloadgstreamer-plugins-bad-83380de80808ee1c727df389e78b9e729f2cc2ed.tar.gz
srt: The pkgconfig is "srt", not "libsrt"
Also, always use the pkgconfig file instead of falling back
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 0a2d1f8bb..dc15e58cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1516,9 +1516,7 @@ AC_SUBST(LIBMMS_LIBS)
dnl *** libsrt ***
translit(dnm, m, l) AM_CONDITIONAL(USE_SRT, true)
AG_GST_CHECK_FEATURE(SRT, [srt library], srt, [
- PKG_CHECK_MODULES(SRT, libsrt, HAVE_SRT="yes",
- AG_GST_CHECK_LIBHEADER(SRT, srt, srt_startup, , srt/srt.h, SRT_LIBS="-lsrt")
- )
+ PKG_CHECK_MODULES(SRT, srt, HAVE_SRT="yes", HAVE_SRT=no)
AC_SUBST(SRT_LIBS)
AC_SUBST(SRT_CFLAGS)
])