gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r12050: add libgnashrender.la where


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12050: add libgnashrender.la where needed.
Date: Sun, 14 Mar 2010 16:06:02 -0600
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12050
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Sun 2010-03-14 16:06:02 -0600
message:
  add libgnashrender.la where needed.
modified:
  testsuite/Makefile.am
  testsuite/libbase.all/TCXXRc.cpp
  testsuite/misc-ming.all/Makefile.am
  testsuite/misc-swfmill.all/Makefile.am
  testsuite/samples/Makefile.am
=== modified file 'testsuite/Makefile.am'
--- a/testsuite/Makefile.am     2010-03-14 02:26:46 +0000
+++ b/testsuite/Makefile.am     2010-03-14 22:06:02 +0000
@@ -111,6 +111,7 @@
        $(top_builddir)/libsound/libgnashsound.la \
        $(top_builddir)/libcore/libgnashcore.la \
        $(top_builddir)/libbase/libgnashbase.la \
+       $(top_builddir)/librender/libgnashrender.la \
        $(NULL)
 
 if LIBLTDL2

=== modified file 'testsuite/libbase.all/TCXXRc.cpp'
--- a/testsuite/libbase.all/TCXXRc.cpp  2010-01-11 06:41:38 +0000
+++ b/testsuite/libbase.all/TCXXRc.cpp  2010-03-14 22:06:02 +0000
@@ -264,12 +264,6 @@
         }
     }
 
-    if (rc.useXv() == false) {
-        runtest.pass ("Xvideo off by default");
-    } else {
-        runtest.fail ("Xvideo is on by default!");
-    }
-
     // Parse a second file
     if (rc.parseFile("gnashrc-local")) {
 

=== modified file 'testsuite/misc-ming.all/Makefile.am'
--- a/testsuite/misc-ming.all/Makefile.am       2010-03-14 02:26:46 +0000
+++ b/testsuite/misc-ming.all/Makefile.am       2010-03-14 22:06:02 +0000
@@ -71,6 +71,7 @@
        $(MING_LIBS) \
        $(OPENGL_LIBS) \
        $(GIF_LIBS) \
+       $(top_builddir)/librender/libgnashrender.la \
        $(NULL)
 
 if LIBLTDL2

=== modified file 'testsuite/misc-swfmill.all/Makefile.am'
--- a/testsuite/misc-swfmill.all/Makefile.am    2010-03-14 02:26:46 +0000
+++ b/testsuite/misc-swfmill.all/Makefile.am    2010-03-14 22:06:02 +0000
@@ -76,6 +76,17 @@
        -I$(top_srcdir)/testsuite \
        $(NULL)
 
+AM_LDFLAGS = \
+       $(top_builddir)/librender/libgnashrender.la \
+       $(NULL)
+
+if LIBLTDL2
+AM_LDFLAGS += $(top_builddir)/libltdl/libltdlc.la
+endif
+if LIBLTDL1
+AM_LDFLAGS += $(top_builddir)/libbase/libltdlc.la
+endif
+
 SC_XMLTESTS_OUT = $(SC_AS2_XMLTESTS:.xml=.swf)
 
 # Dependencies for all self-contained SWF tests

=== modified file 'testsuite/samples/Makefile.am'
--- a/testsuite/samples/Makefile.am     2010-03-14 02:26:46 +0000
+++ b/testsuite/samples/Makefile.am     2010-03-14 22:06:02 +0000
@@ -49,6 +49,7 @@
        $(top_builddir)/testsuite/libtestsuite.la \
        $(top_builddir)/libcore/libgnashcore.la \
        $(top_builddir)/libbase/libgnashbase.la \
+       $(top_builddir)/librender/libgnashrender.la \
        $(NULL)
 
 if LIBLTDL2


reply via email to

[Prev in Thread] Current Thread [Next in Thread]