mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 05:26:23 +00:00
srt: The pkgconfig is "srt", not "libsrt"
Also, always use the pkgconfig file instead of falling back
This commit is contained in:
parent
b7bd446fa8
commit
83380de808
1 changed files with 1 additions and 3 deletions
|
@ -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)
|
||||
])
|
||||
|
|
Loading…
Reference in a new issue