Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
5a0b0cf0
Commit
5a0b0cf0
authored
Jul 07, 2003
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* mozilla/: Tried to fix the build with mozilla 1.4. Tested on Debian.
parent
77d984b0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
+10
-4
mozilla/support/npmac.cpp
mozilla/support/npmac.cpp
+1
-0
mozilla/support/npunix.c
mozilla/support/npunix.c
+5
-1
mozilla/vlcpeer.cpp
mozilla/vlcpeer.cpp
+4
-3
No files found.
mozilla/support/npmac.cpp
View file @
5a0b0cf0
...
...
@@ -66,6 +66,7 @@
#include <A4Stuff.h>
#endif
#include "nscore.h"
#include "jri.h"
#include "npapi.h"
...
...
mozilla/support/npunix.c
View file @
5a0b0cf0
...
...
@@ -32,12 +32,16 @@
*----------------------------------------------------------------------
* PLUGIN DEVELOPERS:
* YOU WILL NOT NEED TO EDIT THIS FILE.
* TO NETSCAPE DEVELOPERS:
* OF COURSE I WILL NEED TO EDIT THIS FILE, YOU BORKED IT ALL AROUND YOU
* IGNORANT FOOLS -- sam
*----------------------------------------------------------------------
*/
#define XP_UNIX 1
#include <stdio.h>
#include "nscore.h"
#include "npapi.h"
#include "npupp.h"
...
...
@@ -367,7 +371,7 @@ NP_GetMIMEDescription(void)
* that the navigator needs.
*/
NPError
NP_GetValue
(
NPP
future
,
NPPVariable
variable
,
void
*
value
)
NP_GetValue
(
void
*
future
,
NPPVariable
variable
,
void
*
value
)
{
return
NPP_GetValue
(
future
,
variable
,
value
);
}
...
...
mozilla/vlcpeer.cpp
View file @
5a0b0cf0
...
...
@@ -2,7 +2,7 @@
* vlcpeer.cpp: scriptable peer descriptor
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* $Id: vlcpeer.cpp,v 1.
3 2002/10/11 22:32:56
sam Exp $
* $Id: vlcpeer.cpp,v 1.
4 2003/07/07 12:04:50
sam Exp $
*
* Authors: Samuel Hocevar <sam@zoy.org>
*
...
...
@@ -26,12 +26,13 @@
*****************************************************************************/
#include <vlc/vlc.h>
#include "nsISupports.h"
#include "nsMemory.h"
#include "npapi.h"
#include "vlcpeer.h"
#include "vlcplugin.h"
#include "nsMemory.h"
NS_IMPL_ISUPPORTS2
(
VlcPeer
,
VlcIntf
,
nsIClassInfo
)
/*****************************************************************************
...
...
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