Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
GStreamer
common
Commits
1416c168
Commit
1416c168
authored
Nov 18, 2016
by
Scott D Phillips
Committed by
Thibault Saunier
Nov 18, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
check-exports: Change symbol regex to work for gst-editing-services
https://bugzilla.gnome.org/show_bug.cgi?id=774641
parent
d0156741
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
check-exports
check-exports
+1
-1
win32.mak
win32.mak
+1
-1
No files found.
check-exports
View file @
1416c168
...
...
@@ -29,7 +29,7 @@ fi
# BSS symbol, unlike on linux where it's a local absolute symbol.
nm
$NMARGS
$lib_path
|
awk
\
'{
if ($3 ~ /^[_]?(gst_|Gst|GST_).*/)
if ($3 ~ /^[_]?(gst_|Gst|GST_
|ges_|Ges|GES_
).*/)
{
if ($2 ~ /^[BSDG]$/)
print "\t" $3 " DATA"
...
...
win32.mak
View file @
1416c168
...
...
@@ -64,7 +64,7 @@ update-exports:
if
test
-f
"
$(top_srcdir)
/win32/common/libgstgl.def"
;
then
\
git checkout
"
$(top_srcdir)
/win32/common/libgstgl.def"
;
\
fi
git add
$(top_srcdir)
/win32/common/lib
gst
*
.def
git add
$(top_srcdir)
/win32/common/lib
*
.def
git diff
--cached
--
$(top_srcdir)
/win32/common/
echo
'^^^--- updated and staged changes above'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment