Commit 6a6a6e90 authored by Rafaël Carré's avatar Rafaël Carré

npapi: fetch gecko headers required for windows

parent 9641b6ca
......@@ -2,6 +2,10 @@
build-npapi: stamp-npapi-build
stamp-gecko-fetch:
svn export http://npapi-sdk.googlecode.com/svn/trunk/headers gecko -r HEAD
touch $@
stamp-npapi-fetch:
rm -Rf npapi-vlc
git clone git://git.videolan.org/npapi-vlc.git npapi-vlc
......@@ -19,7 +23,7 @@ else
CONF_ACTIVEX =
endif
stamp-npapi-configure: stamp-npapi-autogen
stamp-npapi-configure: stamp-npapi-autogen stamp-gecko-fetch
cd npapi-vlc && \
$(SHELL) ./configure \
--prefix=/ \
......@@ -29,7 +33,7 @@ stamp-npapi-configure: stamp-npapi-autogen
CC="$(CC)" CFLAGS="$(CFLAGS)" \
CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS)" \
LD="$(LD)" LDFLAGS="$(LDFLAGS)" \
MOZILLA_CFLAGS="-I$(CONTRIB_DIR)/gecko-sdk/include" \
MOZILLA_CFLAGS="-I$(abs_builddir)/gecko" \
SHELL="$(SHELL)" \
PKG_CONFIG_LIBDIR="../$(srcdir)/extras/contrib/lib/pkgconfig:../lib"
touch $@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment