[vlc-commits] GLX: enable the plugin correctly

Rémi Denis-Courmont git at videolan.org
Mon Feb 6 21:00:58 CET 2012


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Feb  6 22:00:17 2012 +0200| [f886dc146251ea12443aafbcf77b99871c3e7c84] | committer: Rémi Denis-Courmont

GLX: enable the plugin correctly

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f886dc146251ea12443aafbcf77b99871c3e7c84
---

 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index 2eee355..af4ea13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3010,6 +3010,7 @@ AS_IF([test "${enable_xcb}" != "no"], [
     AS_IF([test "${have_gl}" != "yes"], [
       AC_MSG_ERROR([${GL_PKG_ERRORS}. Pass --disable-glx if you do not need OpenGL X11 support.])
     ])
+    VLC_ADD_PLUGIN([xcb_glx])
   ])
 ])
 AM_CONDITIONAL([HAVE_XCB], [test "${have_xcb}" = "yes"])



More information about the vlc-commits mailing list