summaryrefslogtreecommitdiffstats
path: root/loader/Makefile
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: prettyprinting and alphabetical orderdiego2008-03-031-3/+10
* Move decision about whether or not to compile Windows emulationdiego2008-03-031-3/+1
* Move decision about whether or not to compile wrapper.S to configure.diego2008-03-031-4/+1
* Add CFLAG_STACKREALIGN unconditionally to win32.o CFLAGS, configure takes carediego2008-03-031-2/+1
* Check for -mno-omit-leaf-frame-pointer (compilation fix for icc 10.1.012).cehoyos2008-02-241-1/+1
* Remove all test programs with 'make clean'.diego2008-01-061-2/+1
* Add proper compilation rules for qtx/list and qtx/qtxload and remove sillydiego2008-01-061-2/+11
* Get the dshow test program closer to linking.diego2008-01-061-2/+2
* Fix typo, LIBNAME should be LIBNAME_COMMON.diego2008-01-051-1/+1
* Detect support of and add necessary CFLAGS to avoid crashes when loadingdiego2007-10-011-0/+2
* Revert last commit, -mstackrealign was added in gcc 4.2 and should notdiego2007-08-271-2/+0
* Add -mstackrealign to CFLAGS on Darwin, fixes loading WMV9 DLL.diego2007-08-241-0/+2
* Get rid of superfluous __WINE__ #define, it was always enabled anddiego2007-06-021-1/+0
* Get rid of superfluous NOAVIFILE_HEADERS #define, it was always enabled anddiego2007-06-021-1/+1
* Get rid of superfluous MPLAYER #define, it was always enabled anddiego2007-06-021-1/+1
* Use explicit path for headers from the dshow/ subdirectory.diego2007-03-151-1/+1
* cosmetics: Fix indentation, reorder some lines for consistency.diego2007-03-131-14/+14
* Give more descriptive names to the source and library variables and splitdiego2007-03-131-5/+5
* Moving duplicated (and sometimes wrong) AM_MEDIA_TYPE related code into separ...voroshil2007-02-231-0/+1
* Fix crashes in loader code: There is still some code that can not handle omit...reimar2006-12-161-0/+2
* Get rid of stubs.S, move code to inline asm.reimar2006-11-291-1/+1
* wrapper.S should be compiled on non-Darwin, non-Windows systems.diego2006-11-271-2/+1
* simplify test targetdiego2006-11-271-2/+2
* fix compilation for win32 dll codec support for intel osxnplourde2006-11-271-1/+6
* Merge common parts of all Makefiles into one file included by all.diego2006-11-261-21/+6
* There are no more .depend files in subdirectories.diego2006-11-251-2/+1
* Remove superfluous comment.diego2006-11-251-3/+0
* Make loader Makefile non-recursive.diego2006-11-251-2/+23
* Use $@ and $^ to designate target and prerequisites.diego2006-11-251-2/+2
* cosmetics: Move around targets for consistency.diego2006-11-251-4/+4
* Remove superfluous suffix rule.diego2006-11-251-3/+0
* Handle stubs.s like all other source files.diego2006-11-241-4/+4
* Remove .depend on distclean.diego2006-11-241-0/+1
* Clean up CFLAGS handling.diego2006-11-241-6/+3
* Remove bug workarounds for ancient gcc and libc versions.diego2006-11-241-11/+2
* Hack to make wrapper.S be compiled again. Someone who knows make please fix p...reimar2006-11-101-0/+1
* Add standard depend target.diego2006-11-101-2/+9
* Remove loader_objfix.sh hack, it's only needed for very old OpenBSD versions.diego2006-11-101-3/+0
* Use default variable names.diego2006-11-101-8/+8
* Remove redundant variable.diego2006-11-101-3/+2
* OPTFLAGS already includes EXTRA_INC.diego2006-07-121-1/+1
* cosmetics: Shorten overly long lines, put SRCS/OBJS on individual linesdiego2006-03-251-3/+3
* Make clean/distclean behave uniformly in all directories.diego2006-01-271-1/+1
* fix loader build on windowsfaust32004-06-261-0/+4
* ranlib cleanup by Dan Christiansenalex2004-06-241-0/+1
* * changes mencoder's exit code on explicit kill to 2attila2004-01-291-1/+1
* moved some obsolete debug stuffalex2003-04-211-2/+2
* WIN32_PATH cleanupalex2003-02-191-1/+1
* - qtx (quicktime's macos emulation layer) debugging/emulation environment :)arpi2002-11-241-1/+1
* with the help of the Mandrake compiler maintainer this problem hasarpi2002-08-221-1/+1
* removed -W -Wall -g and other gcc-specific warning/debug optionsarpi2002-08-221-1/+1
* openbsd updates by Björn Sandell <biorn@dce.chalmers.se>arpi2002-04-281-0/+3
* fix warningarpi2002-04-241-1/+1
* divx audio workaroundarpi2002-04-231-1/+3
* avifile merge. kabi: indent changes really suxxxxarpi2001-12-111-1/+1
* sync with avifilearpi2001-10-041-1/+1
* Add prototypes to wine/loader stuff, so that we can catch __stdcall functionjkeil2001-07-121-4/+11
* verbose output changedarpi_esp2001-03-281-3/+2
* Initial revisionarpi_esp2001-02-241-0/+30