[vlc-commits] Revert "fix NPAPI header lookup"

Rafaël Carré git at videolan.org
Tue Jan 1 23:46:19 CET 2013


npapi-vlc | branch: master | Rafaël Carré <funman at videolan.org> | Tue Jan  1 23:45:57 2013 +0100| [35047ec69d9f79ffd974d53f97e2d44d0f0ba183] | committer: Rafaël Carré

Revert "fix NPAPI header lookup"

This reverts commit 7e2a51118e593b57cd2948321c1c280c4a7497eb.

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

 npapi/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/npapi/Makefile.am b/npapi/Makefile.am
index abd6597..c419fbc 100644
--- a/npapi/Makefile.am
+++ b/npapi/Makefile.am
@@ -7,7 +7,7 @@ MOSTLYCLEANFILES =
 CLEANFILES = $(BUILT_SOURCES)
 npvlcdir = $(libdir)/mozilla/plugins
 
-AM_CPPFLAGS = $(LIBVLC_CFLAGS) -I$(top_builddir)/npapi-sdk $(MOZILLA_CFLAGS)
+AM_CPPFLAGS = $(LIBVLC_CFLAGS) -Inpapi-sdk $(MOZILLA_CFLAGS)
 
 libvlcplugin_la_SOURCES = \
 	common.h \



More information about the vlc-commits mailing list