diff options
author | Mike Melanson <mike@multimedia.cx> | 2002-11-26 01:46:36 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2002-11-26 01:46:36 +0000 |
commit | 8967449999de602f335ab605b28a3c2520fe3152 (patch) | |
tree | 94a57fa82456196ee921e5de48e4d8b10e90d10b | |
parent | b827a3a4d0ef39c21b7c94a4e598bf201237a25f (diff) | |
download | xine-lib-8967449999de602f335ab605b28a3c2520fe3152.tar.gz xine-lib-8967449999de602f335ab605b28a3c2520fe3152.tar.bz2 |
disable libfaad until it works, thus giving xine the appearance of
MPEG-4 support, albeit without sound
CVS patchset: 3372
CVS date: 2002/11/26 01:46:36
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ac30a7777..bd6664e63 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -43,8 +43,7 @@ SUBDIRS = \ libxinevdec \ libxineadec \ libvorbis \ - libreal \ - libfaad + libreal debug: @list='$(SUBDIRS)'; for subdir in $$list; do \ |