Apply GStreamer 1.22.0 into Tizen
[platform/upstream/gstreamer.git] / subprojects / gst-plugins-ugly / ext / a52dec / meson.build
index 85b8115..b47ddae 100644 (file)
@@ -18,6 +18,6 @@ if a52_dep.found()
     )
     plugins += [a52dec]
   elif a52dec_opt.enabled()
-    error('a52dec plugin enabled but a52.h not found')  
+    error('a52dec plugin enabled but a52.h not found')
   endif
 endif