summaryrefslogtreecommitdiff
path: root/contrib/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/Makefile.am')
-rw-r--r--contrib/Makefile.am13
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index e7fdf5de5..acbdde39a 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -1,6 +1,19 @@
SUBDIRS = libmpcdec libxdg-basedir libdca nosefart gsm610 libmad a52dec \
libfaad
+
+if BUILD_DHA_KMOD
+SUBDIRS += libdha
+endif
+
+# vidix depends on portions of dha
+if ENABLE_VIDIX
+if !BUILD_DHA_KMOD
+SUBDIRS += libdha
+endif
+SUBDIRS += vidix
+endif
+
srcdir = $(shell cd @srcdir@; pwd)
ffmpeg_builder = $(srcdir)/ffmpeg-universal.sh