gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-2255-g02ec1e6
Date: Wed, 03 Feb 2016 15:05:46 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  02ec1e61bf5b08a5db29472c268a2e448ac8772a (commit)
      from  e705394a72888a8791497d94a7cf4c78b2e23f02 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=02ec1e61bf5b08a5db29472c268a2e448ac8772a


commit 02ec1e61bf5b08a5db29472c268a2e448ac8772a
Author: Sandro Santilli <address@hidden>
Date:   Wed Feb 3 16:05:18 2016 +0100

    Do not compress generated SWFs under actioncsript.all
    
    See http://savannah.gnu.org/bugs/?47055

diff --git a/testsuite/actionscript.all/Makefile.am 
b/testsuite/actionscript.all/Makefile.am
index 5bc4e46..8efaa84 100644
--- a/testsuite/actionscript.all/Makefile.am
+++ b/testsuite/actionscript.all/Makefile.am
@@ -28,7 +28,8 @@ AUTOMAKE_OPTIONS = dejagnu -Wno-portability
 abs_mediadir = $(shell cd $(srcdir)/../media; pwd)
 swfdir = $(shell cd $(top_builddir)/testsuite/actionscript.all; pwd)
 
-COM_MAKESWF_FLAGS=-DMING_VERSION_CODE=$(MING_VERSION_CODE) -I"$(top_builddir)"
+COM_MAKESWF_FLAGS=-DMING_VERSION_CODE=$(MING_VERSION_CODE) \
+  -I"$(top_builddir)" -c -1
 DEF_MAKESWF_FLAGS=$(COM_MAKESWF_FLAGS) \
        -DMEDIADIR='\"$(abs_mediadir)\"' \
        -DSWFDIR='\"$(swfdir)\"' 

-----------------------------------------------------------------------

Summary of changes:
 testsuite/actionscript.all/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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