mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
changes to make xvideo work again
Original commit message from CVS: changes to make xvideo work again I have some compilation errors now though, help required ;(
This commit is contained in:
parent
5b3c1cf7a5
commit
18d104e45a
1 changed files with 6 additions and 5 deletions
11
configure.ac
11
configure.ac
|
@ -362,13 +362,14 @@ GST_CHECK_FEATURE(VGA, [VGA], vgavideosink, [
|
|||
])
|
||||
|
||||
dnl *** XVideo ***
|
||||
dnl look for the PIC library first, debian likes it
|
||||
dnl yeah but redhat doesn't even *have* it and it works fine without
|
||||
dnl GST_CHECK_LIBHEADER(XVIDEO, Xv_pic, XvQueryExtension, $X_LIBS $X_PRE_LIBS -lXext -lX11 $X_EXTRA_LIBS, X11/extensions/Xvlib.h)
|
||||
translit(dnm, m, l) AM_CONDITIONAL(USE_XVIDEO, true)
|
||||
GST_CHECK_FEATURE(XVIDEO, [X11 XVideo extensions], xvideosink, [
|
||||
dnl look for the PIC library first, debian likes it
|
||||
GST_CHECK_LIBHEADER(XVIDEO, Xv_pic, XvQueryExtension, $X_LIBS $X_PRE_LIBS -lXext -lX11 $X_EXTRA_LIBS, X11/extensions/Xvlib.h)
|
||||
if test "x$HAVE_XVIDEO" = "no"; then
|
||||
GST_CHECK_LIBHEADER(XVIDEO, Xv, XvQueryExtension, $X_LIBS $X_PRE_LIBS -lXext -lX11 $X_EXTRA_LIBS, X11/extensions/Xvlib.h)
|
||||
fi
|
||||
GST_CHECK_LIBHEADER(XVIDEO, Xv, XvQueryExtension, $X_LIBS $X_PRE_LIBS -lXext -lX11 $X_EXTRA_LIBS, X11/extensions/Xvlib.h)
|
||||
XVIDEO_LIBS="-lXv -lXext"
|
||||
AC_SUBST(XVIDEO_LIBS)
|
||||
])
|
||||
|
||||
dnl Next, check for the optional libraries:
|
||||
|
|
Loading…
Reference in a new issue