vlc | branch: master | Steve Lhomme <[email protected]> | Thu Sep 8 13:07:50 2016 +0200| [d71a8733af209027ed1c3fa3f58e9a05dc072151] | committer: Jean-Baptiste Kempf
configure: fix glwin32 project inclusion Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d71a8733af209027ed1c3fa3f58e9a05dc072151 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 83a7fd3..87be33d 100644 --- a/configure.ac +++ b/configure.ac @@ -3315,7 +3315,7 @@ AS_IF([test "${enable_directx}" != "no"], [ dnl OpenGL AC_CHECK_HEADERS(GL/wglew.h, [ - VLC_ADD_PLUGIN([glwin32, wgl]) + VLC_ADD_PLUGIN([glwin32 wgl]) ],, [ #include <windows.h> #include <GL/gl.h> _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
