Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
e4eae314
Commit
e4eae314
authored
Jul 21, 2011
by
Benjamin Drung
Committed by
Rémi Denis-Courmont
Jul 21, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make vlc compatible with xulrunner 1.9.1
Signed-off-by:
Rémi Denis-Courmont
<
remi@remlab.net
>
parent
3c345df2
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
configure.ac
configure.ac
+2
-2
projects/mozilla/control/nporuntime.cpp
projects/mozilla/control/nporuntime.cpp
+1
-1
projects/mozilla/vlcplugin.h
projects/mozilla/vlcplugin.h
+4
-0
No files found.
configure.ac
View file @
e4eae314
...
...
@@ -4559,8 +4559,8 @@ then
if test -n "$i"
then
echo "Trying to find $i package" >&AS_MESSAGE_LOG_FD
AC_MSG_CHECKING([for $i >= 1.9.
2
])
if $PKG_CONFIG --exists --print-errors "$i >= 1.9.
2
" 2>&AS_MESSAGE_LOG_FD
AC_MSG_CHECKING([for $i >= 1.9.
1
])
if $PKG_CONFIG --exists --print-errors "$i >= 1.9.
1
" 2>&AS_MESSAGE_LOG_FD
then
echo "Using $i pkg-config package." >&AS_MESSAGE_LOG_FD
echo "Using $i package." >&AS_MESSAGE_FD
...
...
projects/mozilla/control/nporuntime.cpp
View file @
e4eae314
...
...
@@ -27,8 +27,8 @@
#include <string.h>
#include <stdlib.h>
#include "nporuntime.h"
#include "vlcplugin.h"
#include "nporuntime.h"
char
*
RuntimeNPObject
::
stringValue
(
const
NPString
&
s
)
{
...
...
projects/mozilla/vlcplugin.h
View file @
e4eae314
...
...
@@ -29,6 +29,10 @@
#ifndef __VLCPLUGIN_H__
#define __VLCPLUGIN_H__
// Changes for compatibility to xulrunner 1.9.1
#define UTF8Characters utf8characters
#define UTF8Length utf8length
#include <vlc/vlc.h>
// Setup XP_MACOSX, XP_UNIX, 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