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:
L. E. Segovia 2025-05-23 13:04:43 -03:00 committed by GStreamer Marge Bot
parent 515bf888a9
commit 00dfff821a
3 changed files with 0 additions and 9 deletions

View File

@ -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])

View File

@ -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])

View File

@ -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])