Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
common
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GStreamer
common
Commits
01e29045
Commit
01e29045
authored
Jul 25, 2016
by
Tim-Philipp Müller
🐠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
win32.mak: update-exports: use top_srcdir
parent
f49c55ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
win32.mak
win32.mak
+3
-3
No files found.
win32.mak
View file @
01e29045
...
...
@@ -61,9 +61,9 @@ check-exports:
update-exports
:
make check-exports 2>&1 | patch
-p1
git add win32/common/libgst
*
.def
git diff
--cached
--
win32/common/
echo
'^^^--- updated and staged changes above'
git add
$(top_srcdir)
/
win32/common/libgst
*
.def
git diff
--cached
--
$(top_srcdir)
/
win32/common/
echo
'^^^--- updated and staged changes above
(excluding libgstgl.def)
'
# complain about nonportable printf format strings (%lld, %llu, %zu etc.)
check-nonportable-print-format
:
...
...
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