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:
Stéphane Cerveau 2021-03-26 19:47:06 +01:00 committed by GStreamer Marge Bot
parent d73ed3891a
commit 10d245f06c

View file

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