Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
bf4e7c9a
Commit
bf4e7c9a
authored
May 10, 2010
by
David Menestrina
Committed by
Jean-Baptiste Kempf
May 14, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change plugin path for Mozilla plugin on Mac OS X
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
4ba242df
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
projects/mozilla/vlcplugin.cpp
projects/mozilla/vlcplugin.cpp
+1
-1
No files found.
projects/mozilla/vlcplugin.cpp
View file @
bf4e7c9a
...
@@ -330,7 +330,7 @@ NPError VlcPlugin::init(int argc, char* const argn[], char* const argv[])
...
@@ -330,7 +330,7 @@ NPError VlcPlugin::init(int argc, char* const argn[], char* const argv[])
/* locate VLC module path */
/* locate VLC module path */
#ifdef XP_MACOSX
#ifdef XP_MACOSX
ppsz_argv
[
ppsz_argc
++
]
=
"--plugin-path=/Library/Internet
\\
Plug-Ins/VLC
\\
Plugin.plugin/Contents/MacOS/
module
s"
;
ppsz_argv
[
ppsz_argc
++
]
=
"--plugin-path=/Library/Internet
\\
Plug-Ins/VLC
\\
Plugin.plugin/Contents/MacOS/
plugin
s"
;
ppsz_argv
[
ppsz_argc
++
]
=
"--vout=minimal_macosx"
;
ppsz_argv
[
ppsz_argc
++
]
=
"--vout=minimal_macosx"
;
#elif defined(XP_WIN)
#elif defined(XP_WIN)
HKEY
h_key
;
HKEY
h_key
;
...
...
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