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
898d5377
Commit
898d5377
authored
Jul 16, 2003
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* mozilla/*: Additional Mozilla 1.4 compilation fixes.
parent
e5d0b8ef
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
6 deletions
+10
-6
mozilla/vlcpeer.cpp
mozilla/vlcpeer.cpp
+4
-4
mozilla/vlcplugin.cpp
mozilla/vlcplugin.cpp
+3
-1
mozilla/vlcshell.cpp
mozilla/vlcshell.cpp
+3
-1
No files found.
mozilla/vlcpeer.cpp
View file @
898d5377
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* vlcpeer.cpp: scriptable peer descriptor
* vlcpeer.cpp: scriptable peer descriptor
*****************************************************************************
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* Copyright (C) 2002 VideoLAN
* $Id: vlcpeer.cpp,v 1.
4 2003/07/07 12:04:50
sam Exp $
* $Id: vlcpeer.cpp,v 1.
5 2003/07/16 16:33:59
sam Exp $
*
*
* Authors: Samuel Hocevar <sam@zoy.org>
* Authors: Samuel Hocevar <sam@zoy.org>
*
*
...
@@ -26,10 +26,10 @@
...
@@ -26,10 +26,10 @@
*****************************************************************************/
*****************************************************************************/
#include <vlc/vlc.h>
#include <vlc/vlc.h>
#include "nsISupports.h"
#include <nsISupports.h>
#include "nsMemory.h"
#include <nsMemory.h>
#include <npapi.h>
#include "npapi.h"
#include "vlcpeer.h"
#include "vlcpeer.h"
#include "vlcplugin.h"
#include "vlcplugin.h"
...
...
mozilla/vlcplugin.cpp
View file @
898d5377
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* vlcplugin.cpp: a VLC plugin for Mozilla
* vlcplugin.cpp: a VLC plugin for Mozilla
*****************************************************************************
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* Copyright (C) 2002 VideoLAN
* $Id: vlcplugin.cpp,v 1.
4 2003/02/18 13:13:12
sam Exp $
* $Id: vlcplugin.cpp,v 1.
5 2003/07/16 16:33:59
sam Exp $
*
*
* Authors: Samuel Hocevar <sam@zoy.org>
* Authors: Samuel Hocevar <sam@zoy.org>
*
*
...
@@ -26,6 +26,8 @@
...
@@ -26,6 +26,8 @@
*****************************************************************************/
*****************************************************************************/
#include <vlc/vlc.h>
#include <vlc/vlc.h>
#include <nsISupports.h>
#include <nsMemory.h>
#include <npapi.h>
#include <npapi.h>
#include "vlcpeer.h"
#include "vlcpeer.h"
...
...
mozilla/vlcshell.cpp
View file @
898d5377
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* vlcshell.cpp: a VLC plugin for Mozilla
* vlcshell.cpp: a VLC plugin for Mozilla
*****************************************************************************
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* Copyright (C) 2002 VideoLAN
* $Id: vlcshell.cpp,v 1.1
3 2003/07/09 13:52:22
sam Exp $
* $Id: vlcshell.cpp,v 1.1
4 2003/07/16 16:33:59
sam Exp $
*
*
* Authors: Samuel Hocevar <sam@zoy.org>
* Authors: Samuel Hocevar <sam@zoy.org>
*
*
...
@@ -37,6 +37,8 @@
...
@@ -37,6 +37,8 @@
#endif
#endif
/* Mozilla stuff */
/* Mozilla stuff */
#include <nsISupports.h>
#include <nsMemory.h>
#include <npapi.h>
#include <npapi.h>
#ifdef XP_WIN
#ifdef XP_WIN
...
...
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