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