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
6dbe4986
Commit
6dbe4986
authored
Mar 29, 2010
by
Nicolas Chauvet
Committed by
Rémi Denis-Courmont
Mar 30, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Don't hardcode OJI define - deprecated xith libxul 1.9.2
Signed-off-by:
Rémi Denis-Courmont
<
remi@remlab.net
>
parent
889aebe3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
projects/mozilla/support/npunix.c
projects/mozilla/support/npunix.c
+0
-1
projects/mozilla/vlcshell.cpp
projects/mozilla/vlcshell.cpp
+2
-0
projects/mozilla/vlcshell.h
projects/mozilla/vlcshell.h
+3
-0
No files found.
projects/mozilla/support/npunix.c
View file @
6dbe4986
...
...
@@ -46,7 +46,6 @@
#include "config.h"
#define XP_UNIX 1
#define OJI 1
#include <npapi.h>
#if (((NP_VERSION_MAJOR << 8) + NP_VERSION_MINOR) < 20)
...
...
projects/mozilla/vlcshell.cpp
View file @
6dbe4986
...
...
@@ -272,10 +272,12 @@ NPError NPP_Initialize( void )
return
NPERR_NO_ERROR
;
}
#ifdef OJI
jref
NPP_GetJavaClass
(
void
)
{
return
NULL
;
}
#endif
void
NPP_Shutdown
(
void
)
{
...
...
projects/mozilla/vlcshell.h
View file @
6dbe4986
...
...
@@ -27,7 +27,10 @@
char
*
NPP_GetMIMEDescription
(
void
);
NPError
NPP_Initialize
(
void
);
#ifdef OJI
jref
NPP_GetJavaClass
(
void
);
#endif
void
NPP_Shutdown
(
void
);
NPError
NPP_New
(
NPMIMEType
pluginType
,
NPP
instance
,
uint16
mode
,
int16
argc
,
...
...
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