check-exports: Fix build on the ppc64 build bot.
authorTim-Philipp Müller <tim@centricular.net>
Thu, 13 Dec 2007 12:32:49 +0000 (12:32 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 13 Dec 2007 12:32:49 +0000 (12:32 +0000)
Original commit message from CVS:
* check-exports:
Fix build on the ppc64 build bot.

ChangeLog
check-exports

index eb5094a..0cd84d5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
 
        * check-exports:
+         Fix build on the ppc64 build bot.
+
+2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * check-exports:
          Suppress more unintentional exports (too much hassle to rename them,
          since the win32 project files would need changing too).
 
index 4e22095..51b8bf4 100755 (executable)
@@ -39,7 +39,7 @@ nm $lib_path | awk \
                    $3 !~ /^__gst_element_factory_add_/ &&
                    $3 !~ /^gst_interfaces_marshal/)
                {
-                       if ($2 == "B")
+                       if ($2 == "B" || $2 == "S")
                                print "\t" $3 " DATA"
                        else if ($2 == "T")
                                print "\t" $3