[vlc-devel] [PATCH 01/14] configure: fix glwin32 project inclusion
Steve Lhomme
robux4 at videolabs.io
Fri Sep 30 18:36:12 CEST 2016
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 671c8a1..6e9d7e0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3314,7 +3314,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>
--
2.8.2
More information about the vlc-devel
mailing list