diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2013-06-22 11:27:37 +0200 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2013-06-23 11:32:42 +0200 |
commit | 07053e5c539da726e69510c0c2df326c683dde97 (patch) | |
tree | 3127598f580ec8afb1719b3775e4c4babcf720de /ext/Makefile.am | |
parent | f88f1d0a3539331ca7489f181f80fcf76be4d041 (diff) | |
download | gstreamer-plugins-bad-07053e5c539da726e69510c0c2df326c683dde97.tar.gz |
daala: Initial version of a Daala plugin
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 0a75e2117..034e982cd 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -76,6 +76,12 @@ else WAYLAND_DIR= endif +if USE_DAALA +DAALA_DIR=daala +else +DAALA_DIR= +endif + if USE_DTS DTS_DIR=dts else @@ -392,6 +398,7 @@ SUBDIRS=\ $(DC1394_DIR) \ $(DIRECTFB_DIR) \ $(WAYLAND_DIR) \ + $(DAALA_DIR) \ $(DTS_DIR) \ $(RESINDVD_DIR) \ $(EGLGLES_DIR) \ @@ -464,6 +471,7 @@ DIST_SUBDIRS = \ kate \ libmms \ lv2 \ + daala \ dts \ eglgles \ modplug \ |