Commit 2e7c3714 authored by Rafaël Carré's avatar Rafaël Carré

win packaging: disable activex on win64

parent 257601a1
...@@ -13,12 +13,19 @@ stamp-npapi-autogen: stamp-npapi-fetch ...@@ -13,12 +13,19 @@ stamp-npapi-autogen: stamp-npapi-fetch
$(SHELL) ./autogen.sh $(SHELL) ./autogen.sh
touch $@ touch $@
if HAVE_WIN64
CONF_ACTIVEX = --disable-activex
else
CONF_ACTIVEX =
endif
stamp-npapi-configure: stamp-npapi-autogen stamp-npapi-configure: stamp-npapi-autogen
cd npapi-vlc && \ cd npapi-vlc && \
$(SHELL) ./configure \ $(SHELL) ./configure \
--prefix=/ \ --prefix=/ \
--host=$(host_alias) --build=$(build_alias) \ --host=$(host_alias) --build=$(build_alias) \
--with-mozilla-sdk-path="$(CONTRIB_DIR)/gecko-sdk" \ --with-mozilla-sdk-path="$(CONTRIB_DIR)/gecko-sdk" \
$(CONF_ACTIVEX) \
CPP="$(CPP)" CPPFLAGS="$(CPPFLAGS)" \ CPP="$(CPP)" CPPFLAGS="$(CPPFLAGS)" \
CC="$(CC)" CFLAGS="$(CFLAGS)" \ CC="$(CC)" CFLAGS="$(CFLAGS)" \
CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS)" \ CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS)" \
......
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