diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2018-12-16 23:35:58 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2018-12-16 23:35:58 +0000 |
commit | ee7e3f7bc73e181e4357e1192b69ac520ee66a95 (patch) | |
tree | 5a184ebb09cbf020ae9ed0e97c26b30f7df4e20e /ext/Makefile.am | |
parent | aa72783b95e681dd5c30b97b77ec27d67fb05ede (diff) |
Remove spc plugin
Replaced by gme plugin. Fixes #467
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 4a18dd869..591b48e7c 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -322,12 +322,6 @@ else SPANDSP_DIR = endif -if USE_SPC -SPC_DIR=spc -else -SPC_DIR= -endif - if USE_SRT SRT_DIR=srt else @@ -468,7 +462,6 @@ SUBDIRS=\ $(SOUNDTOUCH_DIR) \ $(SPANDSP_DIR) \ $(GME_DIR) \ - $(SPC_DIR) \ $(SRT_DIR) \ $(SRTP_DIR) \ $(TELETEXTDEC_DIR) \ @@ -535,7 +528,6 @@ DIST_SUBDIRS = \ sndfile \ soundtouch \ spandsp \ - spc \ srt \ srtp \ gme \ |