[vlc-commits] configure: fix glwin32 project inclusion
Steve Lhomme
git at videolan.org
Mon Oct 10 23:48:20 CEST 2016
vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Thu Sep 8 13:07:50 2016 +0200| [d71a8733af209027ed1c3fa3f58e9a05dc072151] | committer: Jean-Baptiste Kempf
configure: fix glwin32 project inclusion
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> 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>
More information about the vlc-commits
mailing list