aboutsummaryrefslogtreecommitdiffhomepage
path: root/loader/Makefile
Commit message (Expand)AuthorAge
* Merge loader/Makefile into top-level Makefile.Gravatar diego2008-04-28
* Merge TEST_OBJS and TEST_LDFLAGS.Gravatar diego2008-04-28
* Add -g to CFLAGS, not to LDFLAGS.Gravatar diego2008-04-28
* Merge test program compilation rules using patterns.Gravatar diego2008-04-28
* Add CFLAGS to test program compilation commands.Gravatar diego2008-04-28
* Add missing ../osdep/mmap_anon.o to TEST_OBJS.Gravatar diego2008-04-28
* Remove unnecessary linker flags.Gravatar diego2008-04-28
* Link against individual objects, the osdep library is not generated anymore.Gravatar diego2008-04-28
* Remove obsolete and non-working test program.Gravatar diego2008-04-28
* Use directory name as library name template.Gravatar diego2008-04-22
* cosmetics: prettyprinting and alphabetical orderGravatar diego2008-03-03
* Move decision about whether or not to compile Windows emulationGravatar diego2008-03-03
* Move decision about whether or not to compile wrapper.S to configure.Gravatar diego2008-03-03
* Add CFLAG_STACKREALIGN unconditionally to win32.o CFLAGS, configure takes careGravatar diego2008-03-03
* Check for -mno-omit-leaf-frame-pointer (compilation fix for icc 10.1.012).Gravatar cehoyos2008-02-24
* Remove all test programs with 'make clean'.Gravatar diego2008-01-06
* Add proper compilation rules for qtx/list and qtx/qtxload and remove sillyGravatar diego2008-01-06
* Get the dshow test program closer to linking.Gravatar diego2008-01-06
* Fix typo, LIBNAME should be LIBNAME_COMMON.Gravatar diego2008-01-05
* Detect support of and add necessary CFLAGS to avoid crashes when loadingGravatar diego2007-10-01
* Revert last commit, -mstackrealign was added in gcc 4.2 and should notGravatar diego2007-08-27
* Add -mstackrealign to CFLAGS on Darwin, fixes loading WMV9 DLL.Gravatar diego2007-08-24
* Get rid of superfluous __WINE__ #define, it was always enabled andGravatar diego2007-06-02
* Get rid of superfluous NOAVIFILE_HEADERS #define, it was always enabled andGravatar diego2007-06-02
* Get rid of superfluous MPLAYER #define, it was always enabled andGravatar diego2007-06-02
* Use explicit path for headers from the dshow/ subdirectory.Gravatar diego2007-03-15
* 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
* Moving duplicated (and sometimes wrong) AM_MEDIA_TYPE related code into separ...Gravatar voroshil2007-02-23
* Fix crashes in loader code: There is still some code that can not handle omit...Gravatar reimar2006-12-16
* Get rid of stubs.S, move code to inline asm.Gravatar reimar2006-11-29
* wrapper.S should be compiled on non-Darwin, non-Windows systems.Gravatar diego2006-11-27
* simplify test targetGravatar diego2006-11-27
* fix compilation for win32 dll codec support for intel osxGravatar nplourde2006-11-27
* Merge common parts of all Makefiles into one file included by all.Gravatar diego2006-11-26
* There are no more .depend files in subdirectories.Gravatar diego2006-11-25
* Remove superfluous comment.Gravatar diego2006-11-25
* Make loader Makefile non-recursive.Gravatar diego2006-11-25
* Use $@ and $^ to designate target and prerequisites.Gravatar diego2006-11-25
* cosmetics: Move around targets for consistency.Gravatar diego2006-11-25
* Remove superfluous suffix rule.Gravatar diego2006-11-25
* Handle stubs.s like all other source files.Gravatar diego2006-11-24
* Remove .depend on distclean.Gravatar diego2006-11-24
* Clean up CFLAGS handling.Gravatar diego2006-11-24
* Remove bug workarounds for ancient gcc and libc versions.Gravatar diego2006-11-24
* Hack to make wrapper.S be compiled again. Someone who knows make please fix p...Gravatar reimar2006-11-10
* Add standard depend target.Gravatar diego2006-11-10
* Remove loader_objfix.sh hack, it's only needed for very old OpenBSD versions.Gravatar diego2006-11-10
* Use default variable names.Gravatar diego2006-11-10
* Remove redundant variable.Gravatar diego2006-11-10