Skip to content

Commit

Permalink
remove support for non-bundled ladspa plugins
Browse files Browse the repository at this point in the history
The only ladspa plugin we currently have is bundled, and it is needlessly confusing to include other plugins potentially installed as flatpak extensions in the search paths
  • Loading branch information
vchernin committed Oct 28, 2023
1 parent 2d3364f commit 9a45dca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/flatpak/com.github.wwmm.easyeffects.Devel.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"--device=dri",
"--filesystem=xdg-run/pipewire-0:ro",
"--env=LV2_PATH=/app/lib/lv2:/app/extensions/Plugins/lv2",
"--env=LADSPA_PATH=/app/lib/ladspa:/app/extensions/Plugins/ladspa"
"--env=LADSPA_PATH=/app/lib/ladspa"
],
"cleanup": [
"*.a",
Expand All @@ -30,7 +30,7 @@
"directory": "extensions/Plugins",
"version": "22.08",
"add-ld-path": "lib",
"merge-dirs": "lv2;ladspa",
"merge-dirs": "lv2",
"subdirectories": true,
"no-autodownload": true
},
Expand Down

0 comments on commit 9a45dca

Please sign in to comment.