summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2002-11-26 03:12:56 +0000
committerMike Melanson <mike@multimedia.cx>2002-11-26 03:12:56 +0000
commitaf7d8b2612b416db81f14911d20dfb9f996f0eff (patch)
tree8321123d59c0e7129542ae20f000dc09ccaed24d /src/Makefile.am
parent8831e75a65b8831096c569570c5a418ac0de57c0 (diff)
downloadxine-lib-af7d8b2612b416db81f14911d20dfb9f996f0eff.tar.gz
xine-lib-af7d8b2612b416db81f14911d20dfb9f996f0eff.tar.bz2
better solution: go ahead and build libfaad but without any plugin
catalog entry; this will automatically fix (or workaround) existing compilations of the libfaad plugin CVS patchset: 3375 CVS date: 2002/11/26 03:12:56
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index bd6664e63..ac30a7777 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -43,7 +43,8 @@ SUBDIRS = \
libxinevdec \
libxineadec \
libvorbis \
- libreal
+ libreal \
+ libfaad
debug:
@list='$(SUBDIRS)'; for subdir in $$list; do \