vlc/vlc-1.1 | branch: master | Mika Tiainen <[email protected]> | Sat Oct 23 19:21:13 2010 +0300| [53db3eddcdf1eebec2d1e4c02434faa4eea5bdf5] | committer: Rémi Denis-Courmont
Fix compiling of xscreensaver plugin Signed-off-by: Rémi Denis-Courmont <[email protected]> (cherry picked from commit 9b2c6f226ab787d8e59c5dcf47ce508475b38d61) > http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=53db3eddcdf1eebec2d1e4c02434faa4eea5bdf5 --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 4b02e1e..4156eef 100644 --- a/configure.ac +++ b/configure.ac @@ -3334,7 +3334,7 @@ AS_IF([test "${enable_xcb}" != "no"], [ dnl libxcb PKG_CHECK_MODULES(XCB, [xcb]) PKG_CHECK_MODULES(XCB_SHM, [xcb-shm]) - VLC_ADD_PLUGIN([screensaver xcb_x11 xcb_window xcb_screen xcb_apps]) + VLC_ADD_PLUGIN([xscreensaver xcb_x11 xcb_window xcb_screen xcb_apps]) AS_IF([test "${enable_xvideo}" != "no"], [ PKG_CHECK_MODULES(XCB_XV, [xcb-xv >= 1.1.90.1], [ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
