mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-12 19:14:16 +00:00
configure: fix build
This commit is contained in:
parent
449bc0dffb
commit
f5c6572bbc
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ dnl default vars for all internal objects built on libgstrtspserver
|
|||
dnl includes GST_ALL_*
|
||||
GST_OBJ_CFLAGS="\$(GST_ALL_CFLAGS)"
|
||||
AC_SUBST([GST_OBJ_CFLAGS])
|
||||
GST_OBJ_LIBS="\$(top_builddir)/gst/rtsp-server/libgstrtspserver-@GST_MAJORMINOR@.la \$(GST_ALL_LIBS)"
|
||||
GST_OBJ_LIBS="\$(top_builddir)/gst/rtsp-server/libgstrtspserver-$GST_MAJORMINOR.la \$(GST_ALL_LIBS)"
|
||||
AC_SUBST([GST_OBJ_LIBS])
|
||||
|
||||
dnl this really should only contain flags, not libs - they get added before
|
||||
|
|
Loading…
Reference in a new issue