Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mod_ladspa] Remove from tree #2693

Merged
merged 1 commit into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion build/modules.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ applications/mod_hash
#applications/mod_hiredis
applications/mod_httapi
#applications/mod_http_cache
#applications/mod_ladspa
#applications/mod_lcr
#applications/mod_memcache
#applications/mod_mongo
Expand Down
1 change: 0 additions & 1 deletion build/modules.conf.most
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ applications/mod_hash
applications/mod_hiredis
applications/mod_httapi
applications/mod_http_cache
#applications/mod_ladspa
applications/mod_lcr
applications/mod_memcache
applications/mod_mongo
Expand Down
3 changes: 0 additions & 3 deletions conf/vanilla/autoload_configs/modules.conf.xml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@
<!-- SNOM Module -->
<!--<load module="mod_snom"/>-->

<!-- This one only works on Linux for now -->
<!--<load module="mod_ladspa"/>-->

<!-- Dialplan Interfaces -->
<!-- <load module="mod_dialplan_directory"/> -->
<load module="mod_dialplan_xml"/>
Expand Down
77 changes: 0 additions & 77 deletions conf/vanilla/dialplan/default/00_ladspa.xml

This file was deleted.

1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2119,7 +2119,6 @@ AC_CONFIG_FILES([Makefile
src/mod/applications/mod_hiredis/Makefile
src/mod/applications/mod_httapi/Makefile
src/mod/applications/mod_http_cache/Makefile
src/mod/applications/mod_ladspa/Makefile
src/mod/applications/mod_lcr/Makefile
src/mod/applications/mod_limit/Makefile
src/mod/applications/mod_memcache/Makefile
Expand Down
6 changes: 0 additions & 6 deletions debian/control-modules
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,6 @@ Description: HTTP GET with caching
This module provides an API for making HTTP GET requests where the
result is cached.

Module: applications/mod_ladspa
Description: LADSPA
This module provides an API for accessing LADSPA plugins.
Build-Depends: ladspa-sdk
Suggests: tap-plugins, swh-plugins, autotalent

Module: applications/mod_lcr
Description: LCR
This module adds a facility for least-cost routing.
Expand Down
8 changes: 0 additions & 8 deletions src/mod/applications/mod_ladspa/Makefile.am

This file was deleted.

77 changes: 0 additions & 77 deletions src/mod/applications/mod_ladspa/conf/dialplan/00_ladspa.xml

This file was deleted.

4 changes: 0 additions & 4 deletions src/mod/applications/mod_ladspa/docs/README

This file was deleted.

173 changes: 0 additions & 173 deletions src/mod/applications/mod_ladspa/load.c

This file was deleted.

Loading
Loading