[xiph-commits] r3260 - liboggplay/trunk/plugin

shans at svn.annodex.net shans at svn.annodex.net
Sun Oct 28 17:08:25 PDT 2007


Author: shans
Date: 2007-10-28 17:08:25 -0700 (Sun, 28 Oct 2007)
New Revision: 3260

Modified:
   liboggplay/trunk/plugin/Make-rules-linux
Log:
Added path to nspr headers when libnspr-dev is installed seperately to 
firefox-dev (e.g. ubuntu 7.10)



Modified: liboggplay/trunk/plugin/Make-rules-linux
===================================================================
--- liboggplay/trunk/plugin/Make-rules-linux	2007-10-24 17:27:16 UTC (rev 3259)
+++ liboggplay/trunk/plugin/Make-rules-linux	2007-10-29 00:08:25 UTC (rev 3260)
@@ -1,5 +1,5 @@
 XPIDL=/usr/lib/firefox/xpidl
 XPIDL_INCLUDE=-I/usr/share/idl/firefox
 XPTLINK=/usr/lib/firefox/xpt_link
-INCLUDES=-I/usr/include/firefox/plugin -I/usr/include/firefox -I/usr/include/firefox/xpcom -I/usr/include/firefox/string -I/usr/include/firefox/java -I/usr/include/firefox/nspr -I$(srcdir)/include -I$(srcdir)/support -I$(srcdir)/audio -I$(top_srcdir)/include `pkg-config --cflags gtk+-2.0`
+INCLUDES=-I/usr/include/firefox/plugin -I/usr/include/firefox -I/usr/include/firefox/xpcom -I/usr/include/firefox/string -I/usr/include/firefox/java -I/usr/include/firefox/nspr -I/usr/include/nspr -I$(srcdir)/include -I$(srcdir)/support -I$(srcdir)/audio -I$(top_srcdir)/include `pkg-config --cflags gtk+-2.0`
 PLATFORM_SOURCES=plugin_gui_linux.c



More information about the commits mailing list