diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2016-02-01 00:29:37 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2016-02-01 00:32:50 +0000 |
commit | cf0bec6385b786aa9c4e4841cf0eb3522a51a9a5 (patch) | |
tree | f5da99d36397c3c56fe05766fed4d07fc5494cb1 /ext/Makefile.am | |
parent | 0b4a3a4dbdc717161c70d8450c37eab1fb838e91 (diff) | |
download | gstreamer-plugins-bad-cf0bec6385b786aa9c4e4841cf0eb3522a51a9a5.tar.gz |
Remove dead libfame plugin
Was never even ported to 0.10, and the lib
has been unmaintained for ever and doesn't
even seem to be packaged any more.
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index f2d9059f6..d1a825828 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -160,12 +160,6 @@ else LIBDE265_DIR = endif -# if USE_LIBFAME -# LIBFAME_DIR=libfame -# else -LIBFAME_DIR= -# endif - if USE_LIBMMS LIBMMS_DIR=libmms else @@ -448,7 +442,6 @@ SUBDIRS=\ $(LADSPA_DIR) \ $(LV2_DIR) \ $(LIBDE265_DIR) \ - $(LIBFAME_DIR) \ $(LIBMMS_DIR) \ $(LIBVISUAL_DIR) \ $(MODPLUG_DIR) \ |