log mp3lib/Makefile @ 22652:c1603578b1f8

age author description
Thu, 15 Mar 2007 16:49:59 +0000 diego Simplify setting special CFLAGS for decode_i586.o.
Thu, 15 Mar 2007 13:20:22 +0000 diego Simplify conditional expression.
Thu, 15 Mar 2007 13:19:22 +0000 diego Remove Darwin AltiVec CFLAGS settings, configure handles this.
Thu, 15 Mar 2007 12:17:22 +0000 diego Remove addition of AltiVec flags to CFLAGS, configure takes care of this.
Tue, 13 Mar 2007 22:28:13 +0000 diego Fix test program compilation.
Tue, 13 Mar 2007 22:19:18 +0000 diego Rename mp3lib/libMP3.a to mp3lib/libmp3.a for consistency.
Tue, 13 Mar 2007 21:55:23 +0000 diego cosmetics: Fix indentation, reorder some lines for consistency.
Tue, 13 Mar 2007 12:10:57 +0000 diego Give more descriptive names to the source and library variables and split
Mon, 27 Nov 2006 13:42:36 +0000 diego FFmpeg-style dependency declaration
Mon, 27 Nov 2006 13:38:13 +0000 diego Remove redundant ifeq ($(TARGET_ARCH_POWERPC),yes), AltiVec exists only on PPC.
Mon, 27 Nov 2006 11:11:14 +0000 diego Simplify test program generation.
Mon, 27 Nov 2006 10:58:03 +0000 diego Remove superfluous CFLAGS declaration (is in mpcommon.mak).
Mon, 27 Nov 2006 10:53:40 +0000 diego There are no .s files in mp3lib/, remove the corresponding suffix rule.
Sun, 26 Nov 2006 18:12:36 +0000 diego Merge common parts of all Makefiles into one file included by all.
Sat, 25 Nov 2006 16:12:36 +0000 diego Remove superfluous comment.
Mon, 20 Nov 2006 11:18:01 +0000 diego Unify dep/depend targets.
Sun, 19 Nov 2006 16:54:06 +0000 reimar Remove (now hopefully unnecessary) workarounds added in r21056
Sun, 19 Nov 2006 15:21:50 +0000 nplourde fix mp3lib compilation on OSX
Wed, 01 Nov 2006 18:19:02 +0000 reimar mp3lib asm does not compile on AMD64.
Thu, 19 Oct 2006 21:29:17 +0000 diego Simplify OBJS handling.
Wed, 19 Jul 2006 05:27:02 +0000 rfelker do not compile mmx/sse/3dnow code if not available
Wed, 12 Jul 2006 17:58:07 +0000 diego OPTFLAGS already includes EXTRA_INC.
Fri, 07 Jul 2006 14:04:07 +0000 gpoirier Add dct64_sse, a replacement for dct64_MMX. About 60% faster on its author's Pentium III
Fri, 27 Jan 2006 00:06:42 +0000 diego Make clean/distclean behave uniformly in all directories.
Thu, 28 Oct 2004 01:15:53 +0000 diego Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
Thu, 24 Jun 2004 12:52:17 +0000 alex ranlib cleanup by Dan Christiansen
Thu, 23 Oct 2003 12:10:44 +0000 alex 10l to me, noticed by Bjorn Sandell
Wed, 22 Oct 2003 21:08:46 +0000 alex removed obsoleted (or never ending) code
Sun, 22 Jun 2003 03:32:16 +0000 alex moved 3dnow and 3dnowex dct36 optimisations into gcc inline assembly
Mon, 31 Mar 2003 17:08:16 +0000 faust3 objfix has to be run on MINGW32, too