Skip to content
Snippets Groups Projects
Commit 27014014 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf
Browse files

Get the npapi SDK by wget and not svn

parent 7ccb283b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment