summaryrefslogtreecommitdiffstats
path: root/mp3lib/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Follow ffmpeg TARGET_ARCH_* -> ARCH_* change.reimar2007-06-161-1/+1
* Enable SIMD optmizations for mp3lib on AMD64zuxy2007-06-081-2/+3
* Record what was produced by make_decode_table_MMX() and used that data tozuxy2007-05-251-1/+1
* Move test program removal on distclean to mpcommon.mak.diego2007-03-241-3/+0
* Nuke MIPS-specific compiler bug workaround, it's unlikely to help anyway.diego2007-03-171-4/+0
* Simplify setting special CFLAGS for decode_i586.o.diego2007-03-151-2/+1
* Simplify conditional expression.diego2007-03-151-3/+1
* Remove Darwin AltiVec CFLAGS settings, configure handles this.diego2007-03-151-3/+0
* Remove addition of AltiVec flags to CFLAGS, configure takes care of this.diego2007-03-151-2/+0
* Fix test program compilation.diego2007-03-131-2/+2
* Rename mp3lib/libMP3.a to mp3lib/libmp3.a for consistency.diego2007-03-131-1/+1
* cosmetics: Fix indentation, reorder some lines for consistency.diego2007-03-131-2/+1
* Give more descriptive names to the source and library variables and splitdiego2007-03-131-9/+9
* FFmpeg-style dependency declarationdiego2006-11-271-12/+4
* Remove redundant ifeq ($(TARGET_ARCH_POWERPC),yes), AltiVec exists only on PPC.diego2006-11-271-2/+0
* Simplify test program generation.diego2006-11-271-6/+3
* Remove superfluous CFLAGS declaration (is in mpcommon.mak).diego2006-11-271-1/+0
* There are no .s files in mp3lib/, remove the corresponding suffix rule.diego2006-11-271-3/+0
* Merge common parts of all Makefiles into one file included by all.diego2006-11-261-26/+5
* Remove superfluous comment.diego2006-11-251-3/+0
* Unify dep/depend targets.diego2006-11-201-3/+1
* Remove (now hopefully unnecessary) workarounds added in r21056reimar2006-11-191-8/+0
* fix mp3lib compilation on OSXnplourde2006-11-191-0/+8
* mp3lib asm does not compile on AMD64.reimar2006-11-011-1/+1
* Simplify OBJS handling.diego2006-10-191-9/+4
* do not compile mmx/sse/3dnow code if not availablerfelker2006-07-191-2/+12
* OPTFLAGS already includes EXTRA_INC.diego2006-07-121-1/+1
* Add dct64_sse, a replacement for dct64_MMX. About 60% faster on its author's ...gpoirier2006-07-071-2/+2
* Make clean/distclean behave uniformly in all directories.diego2006-01-271-2/+2
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.diego2004-10-281-1/+1
* ranlib cleanup by Dan Christiansenalex2004-06-241-0/+2
* 10l to me, noticed by Bjorn Sandellalex2003-10-231-9/+0
* removed obsoleted (or never ending) codealex2003-10-221-5/+1
* moved 3dnow and 3dnowex dct36 optimisations into gcc inline assemblyalex2003-06-221-2/+2
* objfix has to be run on MINGW32, toofaust32003-03-311-0/+3
* The two attached patches *should* allow for properarpi2003-01-271-0/+4
* An altivec-optimized DCT64 for mp3libarpi2003-01-181-0/+7
* decode_i586.c version uses %ebp for its own use, so:arpi2002-12-241-2/+5
* make test1 && make test2 fixedarpi2002-09-011-2/+2
* use dir/libname.a instead of -Ldir -lnamearpi2002-08-291-2/+2
* OpenBSD patch - by Björn Sandell <biorn@dce.chalmers.se>arpi2002-04-291-1/+3
* mp_image.h and img_format.h moved to libmpcodecsarpi2002-04-131-1/+1
* Fixing compilation on non-MMX but x86 systemsnick2002-01-231-7/+0
* remove TARGET lofaszpontscho2002-01-191-7/+7
* Using cpudetect code instead of d_cpu.snick2002-01-191-2/+2
* rewrites symbols in d_cpu.s on cygwinatmos42002-01-191-0/+3
* Fix "[MPlayer-dev-eng] mp3lib-mmx sig11 with mpeg1layer3 audio afterkmkaplan2002-01-151-0/+1
* S->Cnick2002-01-151-1/+1
* S->Cnick2002-01-141-2/+2
* S->Cnick2002-01-141-1/+1
* S->Cnick2002-01-131-1/+1
* Bugnick2002-01-131-1/+1
* S->Cnick2002-01-131-1/+1
* Disable SSE code and reenable FPU dct for SSE cpus (fpu code is 0.3% faster a...atmos42001-11-291-4/+4
* MIPS support by oliver.schoenbrunner@jku.atarpi2001-10-241-0/+3
* Fixed Makefile for test programs.atmos42001-08-081-2/+2
* Beginning sse optimization of dct code.atmos42001-07-271-0/+4
* Minor cleanupsnick2001-07-041-4/+4
* Portability and old binutils supportnick2001-07-031-5/+19
* Added newest MMX-optimized decore which speedups decoding at least on 13% for...nick2001-06-291-2/+4
* OPTFLAGS vs. INCLUDES cleanuparpi2001-06-261-1/+1
* dependency stuff fixedarpi_esp2001-06-041-3/+2
* using gcc -MM instead of makedepend, make OBJS from SRCS where possiblearpi_esp2001-05-241-1/+2
* Added missing mathlib for linking.atmosfear2001-05-171-2/+2
* test2 added for playback test, testreanmed to test1 to make Atmosfear happy...arpi_esp2001-05-131-2/+5
* test.c added for benchmarkingarpi_esp2001-05-131-0/+3
* New dependency systemarpi_esp2001-03-021-7/+13
* Initial revisionarpi_esp2001-02-241-0/+34