mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-13 09:45:27 +00:00
test and define HAVE_XSHM build ximage plugin
Original commit message from CVS: test and define HAVE_XSHM build ximage plugin
This commit is contained in:
parent
6ba330fbec
commit
3d933a8698
1 changed files with 8 additions and 0 deletions
|
@ -520,6 +520,13 @@ GST_CHECK_FEATURE(XVIDEO, [X11 XVideo extensions], xvideosink-Xv, [
|
||||||
fi
|
fi
|
||||||
])
|
])
|
||||||
|
|
||||||
|
dnl check for XShm
|
||||||
|
translit(dnm, m, l) AM_CONDITIONAL(USE_XSHM, true)
|
||||||
|
GST_CHECK_FEATURE(XSHM, [X11 Shared Memory], ximage, [
|
||||||
|
AC_CHECK_HEADER(X11/extensions/XShm.h,
|
||||||
|
HAVE_XSHM=yes, HAVE_XSHM=no)
|
||||||
|
])
|
||||||
|
|
||||||
dnl Next, check for the optional libraries:
|
dnl Next, check for the optional libraries:
|
||||||
dnl These are all libraries used in building plug-ins
|
dnl These are all libraries used in building plug-ins
|
||||||
dnl ================================================
|
dnl ================================================
|
||||||
|
@ -1330,6 +1337,7 @@ sys/v4l/Makefile
|
||||||
sys/v4l2/Makefile
|
sys/v4l2/Makefile
|
||||||
sys/vcd/Makefile
|
sys/vcd/Makefile
|
||||||
sys/xvideo/Makefile
|
sys/xvideo/Makefile
|
||||||
|
sys/ximage/Makefile
|
||||||
sys/glsink/Makefile
|
sys/glsink/Makefile
|
||||||
ext/Makefile
|
ext/Makefile
|
||||||
ext/a52dec/Makefile
|
ext/a52dec/Makefile
|
||||||
|
|
Loading…
Reference in a new issue