orc: Remove references to gst-indent-1.0
These are automatically handled by pre-commit now. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9067>
This commit is contained in:
parent
515bf888a9
commit
00dfff821a
@ -43,6 +43,3 @@ dist_c = orc_src_base + "-dist.c"
|
||||
# copy generated files from build dir into source dir
|
||||
shutil.copyfile(gen_header, dist_h)
|
||||
shutil.copyfile(gen_source, dist_c)
|
||||
|
||||
# run gst-indent on the .c files
|
||||
subprocess.run(['gst-indent-1.0', dist_c])
|
||||
|
@ -43,6 +43,3 @@ dist_c = orc_src_base + "-dist.c"
|
||||
# copy generated files from build dir into source dir
|
||||
shutil.copyfile(gen_header, dist_h)
|
||||
shutil.copyfile(gen_source, dist_c)
|
||||
|
||||
# run gst-indent on the .c files
|
||||
subprocess.run(['gst-indent-1.0', dist_c])
|
||||
|
@ -43,6 +43,3 @@ dist_c = orc_src_base + "-dist.c"
|
||||
# copy generated files from build dir into source dir
|
||||
shutil.copyfile(gen_header, dist_h)
|
||||
shutil.copyfile(gen_source, dist_c)
|
||||
|
||||
# run gst-indent on the .c files
|
||||
subprocess.run(['gst-indent-1.0', dist_c])
|
||||
|
Loading…
x
Reference in New Issue
Block a user