aboutsummaryrefslogtreecommitdiffhomepage
path: root/TOOLS/Makefile
Commit message (Expand)AuthorAge
* Move compare.c to TOOLS, add it to the Makefile and document it.Gravatar diego2008-01-23
* unrarlib.o no longer exists, link against unrar_exec.o.Gravatar diego2008-01-01
* Simplify the addition of -g to some CFLAGS.Gravatar diego2007-08-27
* Move common link libs/objects into a variable.Gravatar diego2007-08-27
* consistent linking orderGravatar diego2007-08-27
* Simplify linkage parameters.Gravatar diego2007-08-27
* Remove unnecessary fastmemcpybench prerequisite.Gravatar diego2007-08-27
* Simplify bmovl-test compilation call.Gravatar diego2007-08-27
* Mark phony targets as such.Gravatar diego2007-08-27
* Move fastmemcpybench objects to link against into prerequisites.Gravatar diego2007-08-27
* Get netstream closer to linking.Gravatar diego2007-08-25
* Fix subrip and vivodump linking.Gravatar diego2007-08-25
* Added Alan Nisotas modify_reg.Gravatar cehoyos2007-08-06
* Move TOOLS/cpuinfo.c into the root directory.Gravatar diego2007-04-09
* Ignore netstream and fix its compilation; remove object files on make clean.Gravatar diego2007-04-01
* Move netstream.c out of its single-file subdirectory.Gravatar diego2007-04-01
* Don't compile cpuinfo and fastmemcpybench by default.Gravatar diego2007-03-31
* Remove obsolete bitmap font tools.Gravatar diego2007-03-31
* Remove obsolete/unnecessary/trivial scripts and programs.Gravatar diego2007-03-31
* Use the top-level TOOLS Makefile to build the Real codecs wrappers.Gravatar diego2007-03-25
* Remove files maintained by Reimar that he no longer sees a use for.Gravatar diego2007-03-24
* Add missing $(EXESUF).Gravatar diego2007-03-20
* Add vfw2menc to the Makefile.Gravatar diego2007-03-20
* Add explicit SDL include path. This should allow compilation even whenGravatar diego2007-03-20
* Move gltest and bmovl-test into the main TOOLS directory, subdirectoriesGravatar diego2007-03-20
* Bring vivodump closer to linking; remains broken.Gravatar diego2007-03-16
* Fix linking: libswscale depends on libavutil, verbose was multiply defined...Gravatar diego2007-03-16
* Add distclean target, unconditionally remove all objects on clean.Gravatar diego2006-11-25
* Create binaries with proper executable suffix under Windows.Gravatar diego2006-11-08
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31
* postproc --> libswscaleGravatar diego2006-06-30
* cosmetics: Shorten overly long lines, put SRCS/OBJS on individual linesGravatar diego2006-03-25
* Simplify rules with common make constructs.Gravatar diego2006-03-25
* Simplify clean rule.Gravatar diego2006-03-25
* fastmemcpybench and cpuinfo are x86-specific.Gravatar diego2005-11-18
* Add D-Cinema Audio and Video conversion programsGravatar reimar2005-08-23
* avisubdumpGravatar ranma2005-07-02
* Avoid overly long lines to conform with the new general Makefile style.Gravatar diego2005-06-19
* vivodump compiles now, so it can be added to OBJS.Gravatar diego2004-10-28
* Make Makefile conform to the general MPlayer style, alaw-gen added.Gravatar diego2004-10-06
* Makefile replacement for compile scriptGravatar diego2004-08-05