mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 10:25:33 +00:00
configure: simplify video outputs summary.
This commit is contained in:
parent
8f132b7936
commit
96040a0fa2
1 changed files with 5 additions and 3 deletions
|
@ -453,11 +453,13 @@ yesno() {
|
||||||
test $1 -eq 1 && echo yes || echo no
|
test $1 -eq 1 && echo yes || echo no
|
||||||
}
|
}
|
||||||
|
|
||||||
|
VIDEO_OUTPUTS=""
|
||||||
|
AS_IF([test $USE_X11 -eq 1], [VIDEO_OUTPUTS="$VIDEO_OUTPUTS x11"])
|
||||||
|
AS_IF([test $USE_GLX -eq 1], [VIDEO_OUTPUTS="$VIDEO_OUTPUTS glx"])
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo $PACKAGE configuration summary:
|
echo $PACKAGE configuration summary:
|
||||||
echo
|
echo
|
||||||
echo VA-API version ................... : $VA_VERSION_STR
|
echo VA-API version ................... : $VA_VERSION_STR
|
||||||
echo GLX support ...................... : $(yesno $USE_GLX)
|
echo Video outputs .................... : $VIDEO_OUTPUTS
|
||||||
echo VA/X11 support ................... : $(yesno $USE_X11)
|
|
||||||
echo VA/GLX support ................... : $(yesno $HAVE_VA_GLX)
|
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Reference in a new issue