autogen.sh: Enable player tests by default

This will be automatically be updated together with the next common update
again.
This commit is contained in:
Sebastian Dröge 2015-12-23 12:16:54 +01:00
parent 2f86923cbd
commit a6c3dabe82

View file

@ -54,6 +54,8 @@ CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-gtk-doc'
if test "x$package" = "xgstreamer"; then
CONFIGURE_DEF_OPT="$CONFIGURE_DEF_OPT --enable-docbook --enable-failing-tests --enable-poisoning"
elif test "x$package" = "xgst-plugins-bad"; then
CONFIGURE_DEF_OPT="$CONFIGURE_DEF_OPT --with-player-tests"
fi
autogen_options $@