34 Commits

Author SHA1 Message Date
Alexander Leidinger 782a1ae4f3 regen 2020-05-06 12:30:52 +00:00
Alexander Leidinger 80120d40f5 regenerate 2017-08-15 15:20:42 +00:00
Alexander Leidinger e58e970579 regen 2016-01-29 21:09:16 +00:00
rbrito 27e216b3f3 Make autotools files compatible with automake >= 1.12
Newer autotools versions don't seem to support ansi2knr, which is probably
not a problem, given the last decades of compilers accepting ANSI C (and the
rest of the LAME code being written in ANSI C itself).

This fixes ticket #60, with a patch of Brennan Shacklett, from the Gentoo
community.
2013-06-12 09:16:29 +00:00
rbrito 6bd0468dc6 Kill spurious trailing whitespace from some files. 2013-06-12 09:06:45 +00:00
Alexander Leidinger ea42f2b552 regen 2011-04-20 12:53:40 +00:00
Alexander Leidinger 7792fb69a7 regen 2011-04-04 09:54:21 +00:00
Alexander Leidinger 9ff851b052 regen (with autoconf 2.62) 2008-11-09 14:13:01 +00:00
Alexander Leidinger caaf633841 update with stuff from more recent autotools 2008-01-03 00:01:32 +00:00
Alexander Leidinger e25d51b7fe regen with automake 1.10 2007-07-30 06:28:08 +00:00
Alexander Leidinger c412e00adf regen 2006-12-21 09:08:07 +00:00
Alexander Leidinger 951fd93adc regen 2006-06-23 20:46:44 +00:00
Alexander Leidinger ce212f624b Update to:
- libtool 1.5.22
 - automake 1.9
 - autoconf 2.59
2006-06-03 13:11:32 +00:00
Alexander Leidinger ed63b26f88 Regen. 2005-09-04 19:07:08 +00:00
Alexander Leidinger 1fb8778baa regen with new auto* version 2004-05-14 19:29:30 +00:00
Alexander Leidinger da041e7a11 update with newer autotools 2003-11-29 12:00:51 +00:00
Alexander Leidinger c2cd33f497 remove gtk12-config 2003-05-20 12:17:07 +00:00
Alexander Leidinger ef76362062 prevent unaligned access on some 64 bit arches
Noticed by:	Ti Kan <ti@amb.org>
Tested by:	Ti Kan <ti@amb.org>
2002-09-06 09:22:53 +00:00
Alexander Leidinger f7fc0659dc undo last commit, wrong file and wrong commit message 2002-06-02 14:17:37 +00:00
Alexander Leidinger 410709ce1a is not needed anymore 2002-06-02 14:10:57 +00:00
Alexander Leidinger 40885e1404 update to autoconf 2.53 2002-06-02 12:21:14 +00:00
Alexander Leidinger a60f316aa4 update to automake 1.5 2001-08-27 21:06:00 +00:00
Alexander Leidinger 8f6ba344cf update to automake 1.4-p5 2001-07-23 08:13:19 +00:00
Alexander Leidinger 05d81f3715 use new automake 1.4d (bugfixes) 2001-02-14 16:38:25 +00:00
Alexander Leidinger bc548c8ac5 - config*/Makefile*/ac*:
* tests for *int*_t
   * test for 80 bit floats (for speed optimizations)
   * add pcm.* to the makefile
   * removed resample.[ch] from the makefile
   * depend upon automake 1.4b
   * fix in check for ccc
     (submitted by nold via the sourceforge patch page at
     the lame project page, patch id #103507)
   * something I may have forgotten

  Note:
  Please don't commit any Makefile.in if you didn't have
  changed the corresponding Makefile.am. CVS didn't stores
  the time stamps of the files at commit time, it stores
  the time stamps of the commit time, so we have to commit
  the files in the correct order, but I'm to lazy to do so
  and I assume I'm not the only one.
  The same applies to config*.

- depcomp:
  missing file, the dependancy tracking should work again
2001-01-31 12:53:41 +00:00
Alexander Leidinger a7f65b114b DEFINES:
remove obsolete defines

configure*:
 minor cleanup

Makefile*:
 - minor cleanup
 - use automake 2.14b

Added files:
 needed for new automake

rest:
 updated automake files
2001-01-14 17:25:46 +00:00
Alexander Leidinger 1a1ef6ee8c Makefile.{unix,DJGPP}: Bugfixes (Includes)
Makefile.am: follow the move of some scripts to misc
*: add dmalloc support (configure --with-dmalloc)
   (it seems we have a memleak somewhere, I will have a closer look soon)
2001-01-03 13:06:51 +00:00
Alexander Leidinger 671df7562b support for config.h 2000-10-29 12:49:28 +00:00
Alexander Leidinger e5a158ae16 generated by aclocal 2000-10-22 11:58:46 +00:00
florian 86f17cb68c Preparing for automake 2000-10-12 19:19:32 +00:00
markt bf66abb352 moved mp3x -> analyzer (name was clashing with executable name)
work on configure to get mp3x to compile (not yet done)
  but gtk stuff in configure.in now working
2000-10-09 16:23:01 +00:00
markt a4d0e79f55 configure updates 2000-10-02 06:20:52 +00:00
takehiro 33f7075d34 more modularization work.
VORBIS and mpglib interface is now in the libmp3lame library.
functions in these files are wrapper of mpglib/libvorbis.
I think it is ok to include them in libmp3lame.
2000-10-01 15:30:00 +00:00
markt b600a9869b added configure stuff from Florian!
original Makefile is now in Makefile.unix
2000-09-18 18:34:09 +00:00