mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 19:42:26 +00:00
AC_SUBST LIBS and CFLAGS
Original commit message from CVS: AC_SUBST LIBS and CFLAGS
This commit is contained in:
parent
29642c4548
commit
66d37486d0
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* configure.ac: AC_SUBST GLIB_ONLY CFLAGS and LIBS
|
||||
|
||||
2004-03-03 Benjamin Otte <otte@gnome.org>
|
||||
|
||||
* gst/schedulers/gstoptimalscheduler.c:
|
||||
|
|
|
@ -231,6 +231,8 @@ AC_SUBST(GST_PKG_DEPS)
|
|||
|
||||
dnl Check for glib2 without extra fat, useful for the unversioned tool frontends
|
||||
PKG_CHECK_MODULES(GLIB_ONLY, glib-2.0 >= $GLIB2_REQ)
|
||||
AC_SUBST(GLIB_ONLY_CFLAGS)
|
||||
AC_SUBST(GLIB_ONLY_LIBS)
|
||||
|
||||
dnl === libxml 2 ===
|
||||
if test "x$GST_DISABLE_LOADSAVE" = "xyes" && test "x$GST_DISABLE_REGISTRY" = "xyes"
|
||||
|
|
Loading…
Reference in a new issue