diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2016-02-16 10:44:33 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2016-02-16 11:00:55 +0000 |
commit | 08d8aefcdaaf89ecb6dd53ec1e4f95cd42d01664 (patch) | |
tree | 6d3efaafa6f92090f368cbbde72f1d3f76cb0fcf /ext/Makefile.am | |
parent | 057aca2cda1e03a2208f21894c8e263b7f91d38d (diff) |
mpg123: move plugin from -bad to -ugly
https://bugzilla.gnome.org/show_bug.cgi?id=719849
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 d1a825828..d75f11908 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -184,12 +184,6 @@ else MPEG2ENC_DIR= endif -if USE_MPG123 -MPG123_DIR=mpg123 -else -MPG123_DIR= -endif - if USE_MIMIC MIMIC_DIR=mimic else @@ -446,7 +440,6 @@ SUBDIRS=\ $(LIBVISUAL_DIR) \ $(MODPLUG_DIR) \ $(MPEG2ENC_DIR) \ - $(MPG123_DIR) \ $(MIMIC_DIR) \ $(MPLEX_DIR) \ $(MUSEPACK_DIR) \ @@ -514,7 +507,6 @@ DIST_SUBDIRS = \ modplug \ mimic \ mpeg2enc \ - mpg123 \ mplex \ musepack \ nas \ |