mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
configure: fix out of source dir builds
Remove non-existing gst-libs from include and library-paths'. Fixes #614354 even more.
This commit is contained in:
parent
f966ff66f8
commit
ca0bd3a8ce
1 changed files with 2 additions and 2 deletions
|
@ -1040,8 +1040,8 @@ dnl FIXME: do we want to rename to GST_ALL_* ?
|
|||
dnl prefer internal headers to already installed ones
|
||||
dnl also add builddir include for enumtypes and marshal
|
||||
dnl add ERROR_CFLAGS, but overridable
|
||||
GST_CXXFLAGS="-I\$(top_srcdir)/gst-libs $GST_CFLAGS \$(GST_OPTION_CXXFLAGS)"
|
||||
GST_CFLAGS="-I\$(top_srcdir)/gst-libs $GST_CFLAGS \$(GST_OPTION_CFLAGS)"
|
||||
GST_CXXFLAGS="$GST_CFLAGS \$(GST_OPTION_CXXFLAGS)"
|
||||
GST_CFLAGS="$GST_CFLAGS \$(GST_OPTION_CFLAGS)"
|
||||
AC_SUBST(GST_CFLAGS)
|
||||
AC_SUBST(GST_CXXFLAGS)
|
||||
AC_SUBST(GST_LIBS)
|
||||
|
|
Loading…
Reference in a new issue