aboutsummaryrefslogtreecommitdiffhomepage
path: root/mp3lib/Makefile
Commit message (Expand)AuthorAge
* Merge mp3lib/Makefile into top-level Makefile.Gravatar diego2008-04-27
* Revert accidentally committed changes.Gravatar diego2008-04-25
* Only add loader to parts if WIN32DLL is enabled.Gravatar diego2008-04-25
* Only compile decode_i586.c on x86_32.Gravatar diego2008-04-25
* Fix test program linking.Gravatar diego2008-04-25
* Take name of getch file to link against from config.mak.Gravatar diego2008-04-25
* Expand conditional addition of elements to variables with a form that permitsGravatar diego2008-04-24
* Use directory name as library name template.Gravatar diego2008-04-22
* cosmetics: Remove ugly and inconsistent uppercasing from filenames.Gravatar diego2007-12-12
* Get rid of duplicate processor feature variables.Gravatar diego2007-06-27
* Follow ffmpeg TARGET_ARCH_* -> ARCH_* change.Gravatar reimar2007-06-16
* Enable SIMD optmizations for mp3lib on AMD64Gravatar zuxy2007-06-08
* Record what was produced by make_decode_table_MMX() and used that data toGravatar zuxy2007-05-25
* Move test program removal on distclean to mpcommon.mak.Gravatar diego2007-03-24
* Nuke MIPS-specific compiler bug workaround, it's unlikely to help anyway.Gravatar diego2007-03-17
* Simplify setting special CFLAGS for decode_i586.o.Gravatar diego2007-03-15
* Simplify conditional expression.Gravatar diego2007-03-15
* Remove Darwin AltiVec CFLAGS settings, configure handles this.Gravatar diego2007-03-15
* Remove addition of AltiVec flags to CFLAGS, configure takes care of this.Gravatar diego2007-03-15
* Fix test program compilation.Gravatar diego2007-03-13
* Rename mp3lib/libMP3.a to mp3lib/libmp3.a for consistency.Gravatar diego2007-03-13
* cosmetics: Fix indentation, reorder some lines for consistency.Gravatar diego2007-03-13
* Give more descriptive names to the source and library variables and splitGravatar diego2007-03-13
* FFmpeg-style dependency declarationGravatar diego2006-11-27
* Remove redundant ifeq ($(TARGET_ARCH_POWERPC),yes), AltiVec exists only on PPC.Gravatar diego2006-11-27
* Simplify test program generation.Gravatar diego2006-11-27
* Remove superfluous CFLAGS declaration (is in mpcommon.mak).Gravatar diego2006-11-27
* There are no .s files in mp3lib/, remove the corresponding suffix rule.Gravatar diego2006-11-27
* Merge common parts of all Makefiles into one file included by all.Gravatar diego2006-11-26
* Remove superfluous comment.Gravatar diego2006-11-25
* Unify dep/depend targets.Gravatar diego2006-11-20
* Remove (now hopefully unnecessary) workarounds added in r21056Gravatar reimar2006-11-19
* fix mp3lib compilation on OSXGravatar nplourde2006-11-19
* mp3lib asm does not compile on AMD64.Gravatar reimar2006-11-01
* Simplify OBJS handling.Gravatar diego2006-10-19
* do not compile mmx/sse/3dnow code if not availableGravatar rfelker2006-07-19
* OPTFLAGS already includes EXTRA_INC.Gravatar diego2006-07-12
* Add dct64_sse, a replacement for dct64_MMX. About 60% faster on its author's ...Gravatar gpoirier2006-07-07
* Make clean/distclean behave uniformly in all directories.Gravatar diego2006-01-27
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.Gravatar diego2004-10-28
* ranlib cleanup by Dan ChristiansenGravatar alex2004-06-24
* 10l to me, noticed by Bjorn SandellGravatar alex2003-10-23
* removed obsoleted (or never ending) codeGravatar alex2003-10-22
* moved 3dnow and 3dnowex dct36 optimisations into gcc inline assemblyGravatar alex2003-06-22
* objfix has to be run on MINGW32, tooGravatar faust32003-03-31
* The two attached patches *should* allow for properGravatar arpi2003-01-27
* An altivec-optimized DCT64 for mp3libGravatar arpi2003-01-18
* decode_i586.c version uses %ebp for its own use, so:Gravatar arpi2002-12-24
* make test1 && make test2 fixedGravatar arpi2002-09-01
* use dir/libname.a instead of -Ldir -lnameGravatar arpi2002-08-29