mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
configure.ac: fix test by finding base plugins
Original commit message from CVS: 2006-05-19 Thomas Vander Stichele <thomas at apestaart dot org> * configure.ac: fix test by finding base plugins
This commit is contained in:
parent
6dc864a807
commit
f305371649
3 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* configure.ac:
|
||||
fix test by finding base plugins
|
||||
|
||||
2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* tests/check/gst-ffmpeg.supp:
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 3062df90281144cbdb55bd58ee9f0714ab346c23
|
||||
Subproject commit 764c5f25101d20da7f26942c36ba840ba65c63d7
|
|
@ -101,6 +101,9 @@ GST_CHECK_GST_BASE($GST_MAJORMINOR, [$GST_REQ])
|
|||
GST_CHECK_GST_PLUGINS_BASE($GST_MAJORMINOR, [$GST_REQ])
|
||||
GST_CHECK_GST_CHECK($GST_MAJORMINOR, [$GST_REQ], no)
|
||||
|
||||
AC_MSG_NOTICE(Using GStreamer Core Plugins in $GST_PLUGINS_DIR)
|
||||
AC_MSG_NOTICE(Using GStreamer Base Plugins in $GSTPB_PLUGINS_DIR)
|
||||
|
||||
dnl *** set variables based on configure arguments ***
|
||||
|
||||
dnl set location of plugin directory
|
||||
|
|
Loading…
Reference in a new issue