Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
6c46a708
Commit
6c46a708
authored
Jun 07, 2002
by
Loïc Minier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* fixed my typos in configure.in
parent
9edc2a46
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
477 additions
and
476 deletions
+477
-476
configure
configure
+474
-473
configure.in
configure.in
+3
-3
No files found.
configure
View file @
6c46a708
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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
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