summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsolenv/bin/native-code.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 63d8d33a2066..d1d36140f0ab 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -613,7 +613,7 @@ calc_factory_list = [
calc_constructor_list = [
# avmedia/util/avmedia.component
- "com_sun_star_comp_framework_SoundHandler_get_implementation",
+ ("com_sun_star_comp_framework_SoundHandler_get_implementation", "#if HAVE_FEATURE_AVMEDIA"),
# sc/util/sc.component
"ScPanelFactory_get_implementation",
"Calc_SpreadsheetDocument_get_implementation",