diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-07-21 01:36:41 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-07-21 01:36:41 +0000 |
commit | 1297b9db7f5e540f1fe47360b11d88bd09b84548 (patch) | |
tree | 7b9ce181ebbe1ad552008e7c567da47a3aff30ba /src | |
parent | 50d391287d28c359470fdf77b4d41b7dee7311e5 (diff) | |
download | xine-lib-1297b9db7f5e540f1fe47360b11d88bd09b84548.tar.gz xine-lib-1297b9db7f5e540f1fe47360b11d88bd09b84548.tar.bz2 |
faad build can be optional.
CVS patchset: 2332
CVS date: 2002/07/21 01:36:41
Diffstat (limited to 'src')
-rw-r--r-- | src/libfaad/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/libfaad/Makefile.am b/src/libfaad/Makefile.am index ecc1c31c9..83b5319ba 100644 --- a/src/libfaad/Makefile.am +++ b/src/libfaad/Makefile.am @@ -8,14 +8,13 @@ LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic libdir = $(XINE_PLUGINDIR) - CFLAGS = @CFLAGS@ -I$(srcdir)/fftw DEBUG_CFLAGS = @DEBUG_CFLAGS@ -I$(srcdir)/fftw -#if HAVE_FAAD +if BUILD_FAAD faad_module = xineplug_decode_faad.la -#endif +endif lib_LTLIBRARIES = $(faad_module) @@ -37,7 +36,6 @@ noinst_HEADERS = analysis.h bits.h common.h data.h decoder.h drc.h error.h \ sbr_dec.h sbr_huff.h sbr_qmf.h sbr_syntax.h \ specrec.h syntax.h tns.h codebook/hcb.h faad.h - debug: @$(MAKE) CFLAGS="$(DEBUG_CFLAGS)" |