[0.11] common: check-exports: no need to blacklist gstparse symbols any more
Tim Müller
tpm at kemper.freedesktop.org
Sat Oct 8 12:55:20 PDT 2011
Module: common
Branch: 0.11
Commit: 5689ceac13ce0c2db37c7aff66341906077a293f
URL: http://cgit.freedesktop.org/gstreamer/common/commit/?id=5689ceac13ce0c2db37c7aff66341906077a293f
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date: Sat Oct 8 15:26:34 2011 +0100
check-exports: no need to blacklist gstparse symbols any more
---
check-exports | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/check-exports b/check-exports
index c6d3eca..dd7bafb 100755
--- a/check-exports
+++ b/check-exports
@@ -41,9 +41,7 @@ fi
# BSS symbol, unlike on linux where it's a local absolute symbol.
nm $NMARGS $lib_path | awk \
'{
- if ($3 !~ /^_gst_parse_yy/ && \
- $3 !~ /^_gst_[a-z]*_init/ && \
- $3 !~ /^_gst_parse_launch/ && \
+ if ($3 !~ /^_gst_[a-z]*_init/ && \
$3 !~ /^__gst_element_details_/ && \
$3 !~ /^__gst_element_factory_add_/ && \
$3 !~ /^gst_interfaces_marshal/ && \
More information about the gstreamer-commits
mailing list