log mp3lib/Makefile @ 26517:7e6503b9f597

age author description
Fri, 25 Apr 2008 17:07:22 +0000 diego Revert accidentally committed changes.
Fri, 25 Apr 2008 16:58:31 +0000 diego Only add loader to parts if WIN32DLL is enabled.
Fri, 25 Apr 2008 16:51:58 +0000 diego Only compile decode_i586.c on x86_32.
Fri, 25 Apr 2008 08:37:47 +0000 diego Fix test program linking.
Fri, 25 Apr 2008 08:28:33 +0000 diego Take name of getch file to link against from config.mak.
Thu, 24 Apr 2008 15:32:44 +0000 diego Expand conditional addition of elements to variables with a form that permits
Tue, 22 Apr 2008 21:51:41 +0000 diego Use directory name as library name template.
Wed, 12 Dec 2007 08:50:54 +0000 diego cosmetics: Remove ugly and inconsistent uppercasing from filenames.
Wed, 27 Jun 2007 23:11:21 +0000 diego Get rid of duplicate processor feature variables.
Sat, 16 Jun 2007 15:24:39 +0000 reimar Follow ffmpeg TARGET_ARCH_* -> ARCH_* change.
Fri, 08 Jun 2007 14:38:25 +0000 zuxy Enable SIMD optmizations for mp3lib on AMD64
Fri, 25 May 2007 02:52:35 +0000 zuxy Record what was produced by make_decode_table_MMX() and used that data to
Sat, 24 Mar 2007 15:03:57 +0000 diego Move test program removal on distclean to mpcommon.mak.
Sat, 17 Mar 2007 18:25:15 +0000 diego Nuke MIPS-specific compiler bug workaround, it's unlikely to help anyway.
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.