Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 20956 Details for
Bug 33826
vlc 0.6.2 failed compiling
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to build vlc plugin for mozilla-1.5
vlc-0.6.2-mozilla-1.5.patch (text/plain), 1.19 KB, created by
Olivier Castan
on 2003-11-19 14:27:16 UTC
(
hide
)
Description:
Patch to build vlc plugin for mozilla-1.5
Filename:
MIME Type:
Creator:
Olivier Castan
Created:
2003-11-19 14:27:16 UTC
Size:
1.19 KB
patch
obsolete
>diff -ur vlc-0.6.2.old/mozilla/vlcpeer.cpp vlc-0.6.2/mozilla/vlcpeer.cpp >--- vlc-0.6.2.old/mozilla/vlcpeer.cpp 2003-11-19 18:17:34.000000000 +0100 >+++ vlc-0.6.2/mozilla/vlcpeer.cpp 2003-11-19 18:18:34.000000000 +0100 >@@ -29,6 +29,9 @@ > #include <nsISupports.h> > #include <nsMemory.h> > #include <npapi.h> >+#ifdef XP_UNIX >+#include <X11/Xlib.h> >+#endif > > #include "vlcpeer.h" > #include "vlcplugin.h" >diff -ur vlc-0.6.2.old/mozilla/vlcplugin.cpp vlc-0.6.2/mozilla/vlcplugin.cpp >--- vlc-0.6.2.old/mozilla/vlcplugin.cpp 2003-11-19 18:10:18.000000000 +0100 >+++ vlc-0.6.2/mozilla/vlcplugin.cpp 2003-11-19 18:16:52.000000000 +0100 >@@ -29,6 +29,9 @@ > #include <nsISupports.h> > #include <nsMemory.h> > #include <npapi.h> >+#ifdef XP_UNIX >+#include <X11/Xlib.h> >+#endif > > #include "vlcpeer.h" > #include "vlcplugin.h" >diff -ur vlc-0.6.2.old/mozilla/vlcshell.cpp vlc-0.6.2/mozilla/vlcshell.cpp >--- vlc-0.6.2.old/mozilla/vlcshell.cpp 2003-11-19 17:55:40.000000000 +0100 >+++ vlc-0.6.2/mozilla/vlcshell.cpp 2003-11-19 18:00:28.000000000 +0100 >@@ -39,7 +39,9 @@ > /* Mozilla stuff */ > #include <nsISupports.h> > #include <nsMemory.h> >+#define MOZ_X11 > #include <npapi.h> >+#include <npupp.h> > > #ifdef XP_WIN > /* Windows stuff */ >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 33826
:
20956
|
20957
|
20958
|
20996
|
20997
|
21042