Revision: 126
Author: nyaochi
Date: 2006-07-10 09:14:40 -0700 (Mon, 10 Jul 2006)
ViewCVS: http://svn.sourceforge.net/pmplib/?rev=126&view=rev
Log Message:
-----------
A quick fix for JSPL in POSIX environments. I have no idea who should take
responsible for 'JS_THREADSAFE' symbol at this moment though. Can we assume
all SpiderMonkey libraries have been built with multi-thread support enabled?
Modified Paths:
--------------
trunk/lib/playlist/Makefile.am
Modified: trunk/lib/playlist/Makefile.am
===================================================================
--- trunk/lib/playlist/Makefile.am 2006-07-06 18:33:09 UTC (rev 125)
+++ trunk/lib/playlist/Makefile.am 2006-07-10 16:14:40 UTC (rev 126)
@@ -16,7 +16,7 @@
playlist.c \
jspl.c
-libpmpplaylist_la_CPPFLAGS = $(JS_CFLAGS)
+libpmpplaylist_la_CPPFLAGS = $(JS_CFLAGS) -DJS_THREADSAFE
libpmpplaylist_la_LDFLAGS = \
-no-undefined
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|