forked from pool/xine-lib
20 lines
350 B
Diff
20 lines
350 B
Diff
|
--- a/contrib/Makefile.am
|
||
|
+++ b/contrib/Makefile.am
|
||
|
@@ -1,6 +1,13 @@
|
||
|
-SUBDIRS = libmpcdec libxdg-basedir libdca nosefart gsm610 libmad a52dec \
|
||
|
- libfaad
|
||
|
-
|
||
|
+# one line to simplify further tweaking
|
||
|
+SUBDIRS = \
|
||
|
+ a52dec \
|
||
|
+ gsm610 \
|
||
|
+ libdca \
|
||
|
+ libfaad \
|
||
|
+ libmad \
|
||
|
+ libmpcdec \
|
||
|
+ libxdg-basedir \
|
||
|
+ nosefart
|
||
|
|
||
|
if BUILD_DHA_KMOD
|
||
|
SUBDIRS += libdha
|