[vlc-commits] Remove duplicate fetching of npapi-sdk headers
Rafaël Carré
git at videolan.org
Tue Jan 1 23:46:18 CET 2013
npapi-vlc | branch: master | Rafaël Carré <funman at videolan.org> | Tue Jan 1 23:43:22 2013 +0100| [bf43d463a10e223f679c9b1cc3940ef98599240e] | committer: Rafaël Carré
Remove duplicate fetching of npapi-sdk headers
npapi/Makefile.am takes care of it already
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=bf43d463a10e223f679c9b1cc3940ef98599240e
---
extras/macosx/build-vlc.sh | 4 ----
1 file changed, 4 deletions(-)
diff --git a/extras/macosx/build-vlc.sh b/extras/macosx/build-vlc.sh
index 5f2281e..a0cdb1a 100755
--- a/extras/macosx/build-vlc.sh
+++ b/extras/macosx/build-vlc.sh
@@ -69,10 +69,6 @@ info $npapi_root_dir
info "Preparing build dirs"
-if ! [ -e npapi-sdk ]; then
-svn export http://npapi-sdk.googlecode.com/svn/trunk/headers npapi-sdk -r HEAD
-fi
-
spushd extras/macosx
if ! [ -e vlc ]; then
More information about the vlc-commits
mailing list