gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11372: changed makefile in testsuit


From: Ben Limmer
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11372: changed makefile in testsuite/actionscript.all so camera and microphone aren't checked on ffmpeg builds
Date: Wed, 05 Aug 2009 14:51:03 -0600
User-agent: Bazaar (1.16.1)

------------------------------------------------------------
revno: 11372
committer: Ben Limmer <address@hidden>
branch nick: trunk
timestamp: Wed 2009-08-05 14:51:03 -0600
message:
  changed makefile in testsuite/actionscript.all so camera and microphone 
aren't checked on ffmpeg builds
modified:
  testsuite/actionscript.all/Makefile.am
=== modified file 'testsuite/actionscript.all/Makefile.am'
--- a/testsuite/actionscript.all/Makefile.am    2009-07-30 08:24:02 +0000
+++ b/testsuite/actionscript.all/Makefile.am    2009-08-05 20:51:03 +0000
@@ -28,6 +28,7 @@
 swfdir = `cd $(top_builddir)/testsuite/actionscript.all; pwd`
 DEF_MAKESWF_FLAGS=-DMING_VERSION_CODE=$(MING_VERSION_CODE) 
-DMEDIADIR='\"$(abs_mediadir)\"' -DSWFDIR='\"$(swfdir)\"'
 
+
 quickcheck_RUNNERS = \
        alltests-v5-Runner \
        alltests-v6-Runner \
@@ -81,7 +82,6 @@
        setProperty.as          \
        targetPath.as           \
        Boolean.as              \
-       Camera.as               \
        Color.as                \
        ColorTransform.as       \
        ContextMenu.as          \
@@ -98,7 +98,6 @@
        Key.as                  \
        LoadVars.as             \
        Math.as                 \
-       Microphone.as           \
        Mouse.as                \
        MovieClip.as            \
        MovieClipLoader.as      \
@@ -135,6 +134,12 @@
        Rectangle.as            \
        $(NULL)
 
+if USE_GST_ENGINE
+ASTESTS += \
+       Camera.as \
+       Microphone.as
+endif
+
 if HAVE_PERL
 if ENABLE_HAXE
 HAXETESTS = \


reply via email to

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