mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-04 16:39:39 +00:00
build: fix indenting in win32-update target
No idea why we need to run gst-indent twice on that file, but it only seems to settle on a final format with minimal diff to the one in git after two runs.
This commit is contained in:
parent
a39bca5f66
commit
0d6a9c04e6
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ win32-update:
|
|||
for f in gstversion.h gstenumtypes.c gstenumtypes.h; do \
|
||||
cp $(top_builddir)/gst/$$f win32/common; done
|
||||
$(top_srcdir)/tools/gst-indent win32/common/gstenumtypes.c
|
||||
$(top_srcdir)/tools/gst-indent win32/common/gstenumtypes.c
|
||||
cp $(top_builddir)/win32/common/config.h-new \
|
||||
$(top_srcdir)/win32/common/config.h
|
||||
|
||||
|
|
Loading…
Reference in a new issue