Commit e9c1058b authored by Rafaël Carré's avatar Rafaël Carré

only wince does not need npapi

parent 88118cb5
......@@ -670,18 +670,14 @@ win32_destdir=$(top_builddir)/vlc-$(VERSION)
win32_debugdir=$(top_builddir)/symbols-$(VERSION)
win32_xpi_destdir=$(win32_destdir)/vlc-plugin
if HAVE_WIN64
include extras/package/npapi.am
else
if HAVE_WIN32
if HAVE_WINCE
build-npapi:
touch $@
else
if HAVE_WIN32
include extras/package/npapi.am
endif
endif
endif
#Win-common is for win32 and wince
package-win-common: install build-npapi
......
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