diff options
| author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-05-26 15:07:18 +0000 |
|---|---|---|
| committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-05-26 15:07:18 +0000 |
| commit | 2bb1b8f3a4984075743b17fbe1d00b1af9917254 (patch) | |
| tree | 06aa3a03497e938d80a7146013fef96324ef073c /src/libac3/Makefile.am | |
| parent | 65480cd3d11b465f0ede5f6c3d1b9f12e06dc98b (diff) | |
| download | xine-lib-2bb1b8f3a4984075743b17fbe1d00b1af9917254.tar.gz xine-lib-2bb1b8f3a4984075743b17fbe1d00b1af9917254.tar.bz2 | |
switch to walken's libac3 and minor bugfixes
CVS patchset: 83
CVS date: 2001/05/26 15:07:18
Diffstat (limited to 'src/libac3/Makefile.am')
| -rw-r--r-- | src/libac3/Makefile.am | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/src/libac3/Makefile.am b/src/libac3/Makefile.am index 3071c7ae9..0e1d6d37a 100644 --- a/src/libac3/Makefile.am +++ b/src/libac3/Makefile.am @@ -7,16 +7,15 @@ libdir = $(XINE_PLUGINDIR) lib_LTLIBRARIES = xineplug_decode_ac3.la xineplug_decode_ac3_la_SOURCES = bitstream.c bit_allocate.c \ - decode.c coeff.c exponent.c parse.c crc.c rematrix.c \ - dither.c sanity_check.c srfft.c imdct.c downmix.c \ + coeff.c decode.c debug.c dither.c downmix.c imdct.c \ + imdct_mlib.c parse.c rematrix.c sanity_check.c stats.c \ xine_decoder.c xineplug_decode_ac3_la_LDFLAGS = -avoid-version -module -noinst_HEADERS = ac3.h ac3_internal.h bitstream.h \ - imdct.h coeff.h exponent.h bit_allocate.h parse.h \ - crc.h rematrix.h downmix.h dither.h \ - sanity_check.h srfft.h srfftp.h cmplx.h decode.h \ - bswap.h +noinst_HEADERS = ac3.h ac3_internal.h bit_allocate.h \ + bitstream.h coeff.h debug.h decode.h dither.h \ + downmix.h imdct.h parse.h rematrix.h \ + sanity_check.h stats.h ## ## Install header files (default=$includedir/xine) |
