Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
c94544d5
Commit
c94544d5
authored
Jul 10, 2011
by
jehan
Browse files
fix vp8 compilation issue
parent
b2e014dd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
configure.ac
configure.ac
+5
-1
mediastreamer2
mediastreamer2
+1
-1
oRTP
oRTP
+1
-1
No files found.
configure.ac
View file @
c94544d5
...
...
@@ -320,7 +320,11 @@ if test "$video" = "true"; then
if test "$enable_x11" = "true"; then
AC_CHECK_HEADERS(X11/Xlib.h)
AC_CHECK_LIB(X11,XUnmapWindow, X11_LIBS="-lX11")
if test "$build_macos" = "yes"; then
X11_LIBS="-L/usr/X11/lib -lX11"
else
AC_CHECK_LIB(X11,XUnmapWindow, X11_LIBS="-lX11")
fi
AC_SUBST(X11_LIBS)
fi
AC_DEFINE(VIDEO_ENABLED,1,[defined if video support is available])
...
...
mediastreamer2
@
d1ea30fb
Subproject commit
0cd097126ba076cdd1d4fff0b5c33549b75bb28a
Subproject commit
d1ea30fb58954005d1ac3c2a71fbcfcb85d3bf40
oRTP
@
662a6586
Subproject commit
a94f569ca7257c11b0aa09dae10c7f77d0b46
e9
f
Subproject commit
662a65869902a927673d9ceff10781e217ca8
e9
d
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