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
a5a49b4e
Commit
a5a49b4e
authored
Feb 20, 2010
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Ugly hack to enable really quiet running of VLC."
This reverts commit
3dd62c35
.
parent
60fa2918
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
bin/vlc.c
bin/vlc.c
+2
-4
No files found.
bin/vlc.c
View file @
a5a49b4e
...
...
@@ -47,7 +47,6 @@ extern char *FromLocale (const char *);
#include <time.h>
#include <pthread.h>
#include <unistd.h>
#include <string.h>
/*****************************************************************************
* main: parse command line, start interface and spawn threads.
...
...
@@ -75,7 +74,6 @@ int main( int i_argc, const char *ppsz_argv[] )
#ifndef __APPLE__
/* This clutters OSX GUI error logs */
if
(
i_argc
>
1
&&
strcmp
(
ppsz_argv
[
1
],
"--quiet"
))
/* dirty hack to enable really quiet runing of vlc */
fprintf
(
stderr
,
"VLC media player %s
\n
"
,
libvlc_get_version
()
);
#endif
...
...
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