Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/orc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--orc-test/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/orc-test/meson.build b/orc-test/meson.build
index c1d6cd5..a3ca81b 100644
--- a/orc-test/meson.build
+++ b/orc-test/meson.build
@@ -14,7 +14,7 @@ orc_test_shr = shared_library ('orc-test-' + orc_api,
install : true)
orc_test_sta = static_library ('orc-test-' + orc_api,
- objects : orc_test_shr.extract_all_objects(),
+ objects : orc_test_shr.extract_all_objects(recursive: false),
include_directories : orc_inc,
c_args : orc_c_args + ['-DBUILDING_ORC_TEST'],
dependencies : [libm, orc_dep],