[vlc-commits] Fix building with specified Mozilla Cflags
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Wed Dec 19 15:27:14 CET 2012
    
    
  
npapi-vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Dec 19 15:26:57 2012 +0100| [ff8e1a033722a8fb8a33df5b456871ed5229c642] | committer: Jean-Baptiste Kempf
Fix building with specified Mozilla Cflags
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=ff8e1a033722a8fb8a33df5b456871ed5229c642
---
 npapi/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/npapi/Makefile.am b/npapi/Makefile.am
index fb83125..433edf2 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_srcdir)/gecko
+AM_CPPFLAGS = $(LIBVLC_CFLAGS) -I$(top_srcdir)/gecko $(MOZILLA_CFLAGS)
 
 libvlcplugin_la_SOURCES = \
 	common.h \
    
    
More information about the vlc-commits
mailing list