gs: remove clang formatting
authorStéphane Cerveau <scerveau@collabora.com>
Fri, 26 Mar 2021 18:47:06 +0000 (19:47 +0100)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 30 Mar 2021 09:51:18 +0000 (09:51 +0000)
remove clang formatting during
the build.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2115>

ext/gs/meson.build

index 50e7ff89adfe433bdfd37e109a0e24aab90c320c..69fa133db709eec200bd4115629f3f34b2c71a0d 100644 (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
-