Commit a66a2bc5 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Enable the Nokia OSSO hacks on all X11 plugins

parent 34eab2d9
...@@ -6134,20 +6134,16 @@ AC_LANG_POP(C++) ...@@ -6134,20 +6134,16 @@ AC_LANG_POP(C++)
AM_CONDITIONAL(BUILD_MOZILLA,${mozilla}) AM_CONDITIONAL(BUILD_MOZILLA,${mozilla})
dnl Tests for Osso and Xsp dnl Tests for Osso and Xsp
if test "${enable_x11}" != "no" && AC_CHECK_LIB(osso, osso_display_blanking_pause, [
(test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce" || PKG_CHECK_MODULES(GLIB2, glib-2.0, [
test "${enable_x11}" = "yes"); then VLC_ADD_CPPFLAGS([x11 xvideo xvmc glx],[-DHAVE_OSSO ${DBUS_CFLAGS} ${GLIB2_CFLAGS}])
AC_CHECK_LIB(osso, osso_display_blanking_pause,[ VLC_ADD_LIBS([x11 xvideo xvmc glx],[-losso])
PKG_CHECK_MODULES(GLIB2, glib-2.0, [ ])
VLC_ADD_CPPFLAGS([x11],[-DHAVE_OSSO ${DBUS_CFLAGS} ${GLIB2_CFLAGS}]) ])
VLC_ADD_LIBS([x11],[-losso]) AC_CHECK_LIB(Xsp, XSPSetPixelDoubling,[
]) VLC_ADD_CPPFLAGS([x11 xvideo xvmc glx],[-DHAVE_XSP])
]) VLC_ADD_LIBS([x11 xvideo xvmc glx],[-lXsp])
AC_CHECK_LIB(Xsp, XSPSetPixelDoubling,[ ])
VLC_ADD_CPPFLAGS([x11],[-DHAVE_XSP])
VLC_ADD_LIBS([x11],[-lXsp])
])
fi
dnl dnl
dnl Mediacontrol Python bindings dnl Mediacontrol Python bindings
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment