Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
mediastreamer2
Commits
5a7ae95e
Commit
5a7ae95e
authored
Mar 27, 2013
by
jehan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dependency on libglew start at version 1.5
parent
4b8d2b65
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
acinclude.m4
acinclude.m4
+1
-1
No files found.
acinclude.m4
View file @
5a7ae95e
...
...
@@ -203,7 +203,7 @@ AC_DEFUN([MS_CHECK_VIDEO],[
if test "$enable_glx" = "false" ; then
AC_MSG_ERROR([No GL/GLX API found. Please install GL and GLX headers.])
fi
PKG_CHECK_MODULES(GLEW,[glew >= 1.
6
])
PKG_CHECK_MODULES(GLEW,[glew >= 1.
5
])
AC_CHECK_HEADERS(X11/Xlib.h)
fi
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment