[vlc-commits] wince: fix npapi rule
Rafaël Carré
git at videolan.org
Mon Nov 14 07:28:54 CET 2011
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Mon Nov 14 01:28:48 2011 -0500| [3edd1660e8539de8fbdf9db5ffdc0c7127053a1a] | committer: Rafaël Carré
wince: fix npapi rule
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3edd1660e8539de8fbdf9db5ffdc0c7127053a1a
---
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index ba3209f..0b8bd24 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -670,11 +670,11 @@ win32_destdir=$(top_builddir)/vlc-$(VERSION)
win32_debugdir=$(top_builddir)/symbols-$(VERSION)
win32_xpi_destdir=$(win32_destdir)/vlc-plugin
-if HAVE_WIN32
if HAVE_WINCE
build-npapi:
touch $@
else
+if HAVE_WIN32
include extras/package/npapi.am
endif
endif
More information about the vlc-commits
mailing list