mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
PR: 261585 Reviewed by: riggs,jbeich,tcberner Differential Revision: https://reviews.freebsd.org/D36850
12 lines
343 B
Text
12 lines
343 B
Text
--- gst-libs/gst/fft/meson.build.orig 2022-09-06 20:58:23 UTC
|
|
+++ gst-libs/gst/fft/meson.build
|
|
@@ -1,3 +1,4 @@
|
|
+if get_option('fft').enabled()
|
|
fft_sources = [
|
|
'gstfft.c',
|
|
'gstffts16.c',
|
|
@@ -50,3 +51,4 @@ fft_dep = declare_dependency(link_with: gstfft,
|
|
dependencies : [gst_dep])
|
|
|
|
meson.override_dependency(pkg_name, fft_dep)
|
|
+endif
|