[vlc-commits] only wince does not need npapi

Rafaël Carré git at videolan.org
Sun Nov 13 02:59:51 CET 2011


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sat Nov 12 16:48:42 2011 -0500| [e9c1058b229b7bff72dd38a06ed004b809180d42] | committer: Rafaël Carré

only wince does not need npapi

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e9c1058b229b7bff72dd38a06ed004b809180d42
---

 Makefile.am |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 8bdba22..5689d44 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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



More information about the vlc-commits mailing list