mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
configure.ac: s/GST_*_INCLUDES/GST_*_LIBS/
Original commit message from CVS: * configure.ac: s/GST_*_INCLUDES/GST_*_LIBS/
This commit is contained in:
parent
e90bbb0669
commit
e3d1e2f3c7
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-03-18 Johan Dahlin <johan@gnome.org>
|
||||
|
||||
* configure.ac: s/GST_*_INCLUDES/GST_*_LIBS/
|
||||
|
||||
2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* gst/Makefile.am: fix automake don'ts
|
||||
|
|
|
@ -82,7 +82,7 @@ PKG_CHECK_MODULES(GST_INTERFACES, gstreamer-interfaces-$GST_MAJORMINOR,
|
|||
HAVE_INTERFACES=yes,HAVE_INTERFACES=no)
|
||||
AM_CONDITIONAL(BUILD_INTERFACES, test "x$HAVE_INTERFACES" = "xyes")
|
||||
AC_SUBST(GST_INTERFACES_CFLAGS)
|
||||
AC_SUBST(GST_INTERFACES_INCLUDES)
|
||||
AC_SUBST(GST_INTERFACES_LIBS)
|
||||
|
||||
AC_MSG_CHECKING(for GStreamer play include dir)
|
||||
PKG_CHECK_MODULES(GST_PLAY, gstreamer-play-$GST_MAJORMINOR,
|
||||
|
|
Loading…
Reference in a new issue