[vlc-devel] [PATCH] configure: fix glwin32 project inclusion
Steve Lhomme
robux4 at videolabs.io
Thu Sep 8 13:07:50 CEST 2016
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 5d93964..3853f61 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3310,7 +3310,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