Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
6c46a708
Commit
6c46a708
authored
Jun 07, 2002
by
Loïc Minier
Browse files
* fixed my typos in configure.in
parent
9edc2a46
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
configure
View file @
6c46a708
This diff is collapsed.
Click to expand it.
configure.in
View file @
6c46a708
...
...
@@ -1500,11 +1500,11 @@ dnl
dnl XOSD plugin
dnl
AC_ARG_ENABLE(xosd,
[ --enable-xosd xosd interface support (default disabled)]
[ --enable-xosd xosd interface support (default disabled)]
)
if test x$enable_xosd = xyes
then
AC_CHECK_HEADER(xosd.h
)
, AC_CHECK_LIB(xosd, xosd_init, have_xosd="true", have_xosd="false")
if test x$have_xosd = x
yes
AC_CHECK_HEADER(xosd.h, AC_CHECK_LIB(xosd, xosd_init, have_xosd="true", have_xosd="false")
,have_xosd="false")
if test x$have_xosd = x
true
then
PLUGINS="${PLUGINS} xosd"
xosd_LDFLAGS="${xosd_LDFLAGS} -lxosd"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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