mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 13:53:19 +00:00
dist fixes
Original commit message from CVS: dist fixes
This commit is contained in:
parent
25b21e82f5
commit
ef3dd2fc6c
3 changed files with 5 additions and 2 deletions
|
@ -252,6 +252,9 @@ AC_HELP_STRING([--disable-failing-tests],[disable building tests known to fail])
|
||||||
esac],
|
esac],
|
||||||
[BUILD_FAILING_TESTS=yes]) dnl Default value
|
[BUILD_FAILING_TESTS=yes]) dnl Default value
|
||||||
AM_CONDITIONAL(BUILD_FAILING_TESTS, test "x$BUILD_FAILING_TESTS" = "xyes")
|
AM_CONDITIONAL(BUILD_FAILING_TESTS, test "x$BUILD_FAILING_TESTS" = "xyes")
|
||||||
|
if test x$BUILD_FAILING_TESTS = xyes; then
|
||||||
|
AC_MSG_WARN([building tests known to fail, use --disable-failing-tests to disable])
|
||||||
|
fi
|
||||||
|
|
||||||
AC_ARG_ENABLE(examples,
|
AC_ARG_ENABLE(examples,
|
||||||
AC_HELP_STRING([--disable-examples],[disable building examples]),
|
AC_HELP_STRING([--disable-examples],[disable building examples]),
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# FIXME : threads bytestream
|
# FIXME : threads bytestream
|
||||||
SUBDIRS = caps cleanup plugin elements clock refcounting ## dynparams
|
SUBDIRS = caps plugin elements clock refcounting ## cleanup dynparams
|
||||||
|
|
||||||
GST_PLUGIN_PATH = $(shell cd $(top_builddir) && pwd)
|
GST_PLUGIN_PATH = $(shell cd $(top_builddir) && pwd)
|
||||||
TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`/test-registry.xml
|
TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`/test-registry.xml
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# FIXME : threads bytestream
|
# FIXME : threads bytestream
|
||||||
SUBDIRS = caps cleanup plugin elements clock refcounting ## dynparams
|
SUBDIRS = caps plugin elements clock refcounting ## cleanup dynparams
|
||||||
|
|
||||||
GST_PLUGIN_PATH = $(shell cd $(top_builddir) && pwd)
|
GST_PLUGIN_PATH = $(shell cd $(top_builddir) && pwd)
|
||||||
TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`/test-registry.xml
|
TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`/test-registry.xml
|
||||||
|
|
Loading…
Reference in a new issue