mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
gs: remove clang formatting
remove clang formatting during the build. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2115>
This commit is contained in:
parent
d73ed3891a
commit
10d245f06c
1 changed files with 0 additions and 6 deletions
|
@ -20,9 +20,3 @@ if gs_dep.found()
|
|||
pkgconfig.generate(gstgs, install_dir : plugins_pkgconfig_install_dir)
|
||||
plugins += [gstgs]
|
||||
endif
|
||||
|
||||
clang_format_p = find_program('clang-format', required: false)
|
||||
if clang_format_p.found()
|
||||
run_command(clang_format_p, '--style=file', '-i', 'gstgssink.cpp', 'gstgssrc.cpp')
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue