Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC Browser Plugins
Manage
Activity
Members
Labels
Plan
Issues
26
Issue boards
Milestones
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC Browser Plugins
Commits
27014014
Commit
27014014
authored
8 years ago
by
Jean-Baptiste Kempf
Browse files
Options
Downloads
Patches
Plain Diff
Get the npapi SDK by wget and not svn
parent
7ccb283b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
npapi/Makefile.am
+3
-2
3 additions, 2 deletions
npapi/Makefile.am
with
3 additions
and
2 deletions
npapi/Makefile.am
+
3
−
2
View file @
27014014
...
...
@@ -43,8 +43,9 @@ npvlc_la_LIBADD = $(libvlcplugin_la_LIBADD)
npvlc_la_LDFLAGS
=
$(
libvlcplugin_la_LDFLAGS
)
npapi-sdk
:
svn
export
http://npapi-sdk.googlecode.com/svn/trunk/headers npapi-sdk-svn
-r
HEAD
mv
npapi-sdk-svn npapi-sdk
wget https://storage.googleapis.com/google-code-archive-source/v2/code.google.com/npapi-sdk/source-archive.zip
unzip
-j
source-archive.zip
"npapi-sdk/trunk/headers/*"
-x
"npapi-sdk/trunk/headers/.svn/*"
-d
npapi-sdk
rm
-rf
source-archive.zip
if
HAVE_XCB
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment