diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2018-12-27 17:52:47 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2018-12-28 13:48:29 +0100 |
commit | 88683e5a1ee4ebe8bbd8dfbce5893e665d90c21d (patch) | |
tree | acf7b84a74f34596792e4a2164b5ecadbb289c73 /ext/Makefile.am | |
parent | e42efbccb1000482e690391766c11109d40e6e12 (diff) |
Remove openglmixers plugin, moved to -base
Merged into the existing opengl plugin in -base.
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 31f7932a6..8cf19f69e 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -76,12 +76,6 @@ else DTS_DIR= endif -if USE_GL -GL_DIR=gl -else -GL_DIR= -endif - if USE_RESINDVD RESINDVD_DIR = resindvd else @@ -418,7 +412,6 @@ SUBDIRS=\ $(WAYLAND_DIR) \ $(DTS_DIR) \ $(RESINDVD_DIR) \ - $(GL_DIR) \ $(FAAC_DIR) \ $(FAAD_DIR) \ $(FDK_AAC_DIR) \ @@ -497,7 +490,6 @@ DIST_SUBDIRS = \ libmms \ lv2 \ dts \ - gl \ modplug \ mpeg2enc \ mplex \ |