gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10557: Fix visibility build (again)


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10557: Fix visibility build (again).
Date: Thu, 29 Jan 2009 16:08:14 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10557
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Thu 2009-01-29 16:08:14 +0100
message:
  Fix visibility build (again).
  
  Remove some junk from swfdec PASSING file.
modified:
  libbase/GnashFileUtilities.h
  testsuite/swfdec/PASSING
=== modified file 'libbase/GnashFileUtilities.h'
--- a/libbase/GnashFileUtilities.h      2009-01-27 12:31:10 +0000
+++ b/libbase/GnashFileUtilities.h      2009-01-29 15:08:14 +0000
@@ -27,6 +27,8 @@
 #define GNASH_FILE_UTILITIES_H
 
 #include "gnashconfig.h"
+#include "dsodefs.h"
+
 #if !defined(_MSC_VER)
 # include <unistd.h>
 # include <sys/stat.h>
@@ -55,7 +57,7 @@
     /// Create a directory for a given filename.
     //
     /// Everything after the last '/' is assumed to be the filename.
-    bool mkdirRecursive(const std::string& filename);
+    DSOEXPORT bool mkdirRecursive(const std::string& filename);
 
 } // namespace gnash
 

=== modified file 'testsuite/swfdec/PASSING'
--- a/testsuite/swfdec/PASSING  2009-01-13 12:56:25 +0000
+++ b/testsuite/swfdec/PASSING  2009-01-29 15:08:14 +0000
@@ -913,9 +913,6 @@
 round-direction-6.swf:2f7d7580490e0c4a3ddfb107849dc6d8
 round-direction-7.swf:66f77f46b6695bbb4d2a2e556ed737fa
 round-direction-8.swf:5e9afcedacd32a7438a21469f09cd853
-run_swfdec_testsuite_l running loadvars-decode-return-6.swf (expect pass: no)
-run_swfdec_testsuite_l running loadvars-decode-return-7.swf (expect pass: no)
-run_swfdec_testsuite_l running loadvars-decode-return-8.swf (expect pass: no)
 same-argument-name-5.swf:8a3048b2c4c143f3371caba918e3fa1b
 same-argument-name-6.swf:0814b0f0acc2abdc94f95972ec4db704
 same-argument-name-7.swf:a8db16910cb00b86ee7622e2d878ddc0


reply via email to

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