gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog configure.ac testsuite/misc-min...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog configure.ac testsuite/misc-min...
Date: Wed, 26 Mar 2008 16:41:38 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/03/26 16:41:38

Modified files:
        .              : ChangeLog configure.ac 
        testsuite/misc-ming.all: Makefile.am 

Log message:
        Don't try to build and run the streaming sound test
        if Ming doesn't support it

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6029&r2=1.6030
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.498&r2=1.499
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/Makefile.am?cvsroot=gnash&r1=1.186&r2=1.187

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6029
retrieving revision 1.6030
diff -u -b -r1.6029 -r1.6030
--- ChangeLog   26 Mar 2008 16:12:41 -0000      1.6029
+++ ChangeLog   26 Mar 2008 16:41:36 -0000      1.6030
@@ -1,5 +1,12 @@
 2008-03-26 Sandro Santilli <address@hidden>
 
+       * configure.ac: provide a MING_SUPPORTS_STREAMING_SOUND
+         conditional.
+       * testsuite/misc-ming.all/Makefile.am: only build and
+         run the streamingSoundTest if ming supports it.
+
+2008-03-26 Sandro Santilli <address@hidden>
+
        * server/swf/tag_loaders.cpp: warn about unimplemented MP3 seeks.
        * server/sprite_instance.cpp (stagePlacementCallback): place also
          sprites for which NO frame was loaded (tot frames 0).

Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.498
retrieving revision 1.499
diff -u -b -r1.498 -r1.499
--- configure.ac        22 Mar 2008 17:15:43 -0000      1.498
+++ configure.ac        26 Mar 2008 16:41:37 -0000      1.499
@@ -1411,6 +1411,8 @@
         [ test x"$MAKESWF" != x && test $MING_VERSION_CODE -ge 00040004  ])
 AM_CONDITIONAL(MING_SUPPORTS_REPLACE_TAG,
         [ test x"$MAKESWF" != x && test $MING_VERSION_CODE -ge 00040005 ])
+AM_CONDITIONAL(MING_SUPPORTS_STREAMING_SOUND,
+        [ test x"$MAKESWF" != x && test $MING_VERSION_CODE -ge 00040006 ])
 
 if test x$cross_compiling = xno; then
   AC_ARG_WITH([swfdec_testsuite],

Index: testsuite/misc-ming.all/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/Makefile.am,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -b -r1.186 -r1.187
--- testsuite/misc-ming.all/Makefile.am 19 Mar 2008 21:24:39 -0000      1.186
+++ testsuite/misc-ming.all/Makefile.am 26 Mar 2008 16:41:37 -0000      1.187
@@ -141,8 +141,6 @@
        loadMovieTestRunner \
        eventSoundTest1 \
        eventSoundTest1-Runner \
-       streamingSoundTest1 \
-       streamingSoundTest1-Runner \
        DrawingApiTestRunner \
        DragDropTestRunner   \
        frame_label_test \
@@ -197,6 +195,13 @@
        $(NULL)
 endif
 
+if MING_SUPPORTS_STREAMING_SOUND
+check_PROGRAMS += \
+       streamingSoundTest1 \
+       streamingSoundTest1-Runner 
+endif
+
+
 check_SCRIPTS = \
        timeline_var_test-Runner \
        place_object_testrunner \




reply via email to

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