Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Libraries
Phonon VLC
Commits
ee2677c8
Commit
ee2677c8
authored
Mar 28, 2011
by
Harald Sitter
🏳️🌈
Browse files
let us try --no-xlib again, maybe this time markey does not notice...
parent
f0512858
Changes
1
Hide whitespace changes
Inline
Side-by-side
vlc/libvlc.cpp
View file @
ee2677c8
...
...
@@ -94,6 +94,10 @@ bool LibVLC::init()
args
<<
"--no-stats"
;
args
<<
"--no-video-title-show"
;
args
<<
"--album-art=0"
;
#ifdef __GNUC__
#warning TODO: no-xlib is on
#endif
args
<<
"--no-xlib"
;
#ifndef Q_OS_MAC
args
<<
"--no-one-instance"
;
...
...
Write
Preview
Supports
Markdown
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