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
@ -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…
x
Reference in New Issue
Block a user