diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2018-12-16 23:45:32 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@coaxion.net> | 2018-12-17 12:03:09 +0000 |
commit | d3f174f77f25c66f14d2036a80e334a95c081691 (patch) | |
tree | 5937c1a247973c387ccab654158447434c4cca37 /ext/Makefile.am | |
parent | 38be1fb2db9131640c0427cfb7fe4603fb3c6d29 (diff) |
Remove daala plugin
Not so useful now that all effort is focused on AV1 instead.
Was only ever enabled with --enable-experimental anyway.
Fixes #848
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 591b48e7c..31f7932a6 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -70,12 +70,6 @@ else WAYLAND_DIR= endif -if USE_DAALA -DAALA_DIR=daala -else -DAALA_DIR= -endif - if USE_DTS DTS_DIR=dts else @@ -422,7 +416,6 @@ SUBDIRS=\ $(DC1394_DIR) \ $(DIRECTFB_DIR) \ $(WAYLAND_DIR) \ - $(DAALA_DIR) \ $(DTS_DIR) \ $(RESINDVD_DIR) \ $(GL_DIR) \ @@ -503,7 +496,6 @@ DIST_SUBDIRS = \ libde265 \ libmms \ lv2 \ - daala \ dts \ gl \ modplug \ |