aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
Commit message (Expand)AuthorAge
* Remove redundant setting of variables when compiling FFmpeg libraries,Gravatar diego2007-04-12
* Revert previous broken removal of partial dependency list.Gravatar diego2007-04-12
* Remove the .norecurse hack. It bloats the Makefile, adds maintenance burden,Gravatar diego2007-04-11
* 10l typoGravatar diego2007-04-09
* Move TOOLS/cpuinfo.c into the root directory.Gravatar diego2007-04-09
* merged libdha and libvidix, moved all files from libdha to vidix directoryGravatar ben2007-04-06
* switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a ful...Gravatar ben2007-04-01
* Merge all VIDIX drivers into libvidix.a.Gravatar diego2007-03-31
* Move the generation of OBJS_* from SRCS_* up before the addition of OBJS_*-yesGravatar diego2007-03-31
* Build libdha statically like all the other libraries.Gravatar diego2007-03-31
* Code cleanup: don't include a .c file in mplayer.c and fix a fewGravatar rathann2007-03-29
* Linking hotfix, libavutil needs to come after libavcodec/libavformat.Gravatar diego2007-03-24
* cosmetics: Reorder parts of the Makefile in order to group parts sensibly tog...Gravatar diego2007-03-24
* Unconditionally add all subdirectories to PARTS. This way make clean alwaysGravatar diego2007-03-24
* libavutil/ is not optional, compile it unconditionally.Gravatar diego2007-03-24
* Move the addition of osdep/mplayer-rc.o to a place where it actually gets add...Gravatar diego2007-03-24
* Remove multistage recursion for the vidix subdirectory and recurse from theGravatar diego2007-03-24
* Move -I. to the front of CFLAGS, works around problems with headers fromGravatar diego2007-03-19
* Remove commented-out -Wall CFLAGS, can be set from configure/config.mak.Gravatar diego2007-03-19
* cosmetics: Move some parts around to make more sense overall.Gravatar diego2007-03-13
* cosmetics: Move depend target in preparation for upcoming changes.Gravatar diego2007-03-13
* Rename mp3lib/libMP3.a to mp3lib/libmp3.a for consistency.Gravatar diego2007-03-13
* Add common sources to .depend target.Gravatar diego2007-03-13
* Handle common parts at the objects instead of at the sources level.Gravatar diego2007-03-13
* codecs.conf.h needs to be made before .depend.Gravatar diego2007-03-12
* dirclean target was removed, don't mark as phony.Gravatar diego2007-03-12
* Remove -DCODECS2HTML from .depend creation.Gravatar diego2007-03-12
* Add codec-cfg-test target.Gravatar diego2007-03-11
* mplayer.c and mencoder.c are already in SRCS_MPLAYER and SRCS_MENCODERGravatar diego2007-03-11
* 'make clean' should remove generated binaries.Gravatar diego2007-03-11
* Merge clean and dirclean targets.Gravatar diego2007-03-11
* Simplify strip parameter for install handling.Gravatar diego2007-02-27
* Simplify .depend file inclusion.Gravatar diego2007-02-24
* some more consistency for the VIDIX installation.Gravatar diego2007-02-23
* Split command/property handling from mplayer.c to a new file command.c.Gravatar uau2007-02-21
* Move some subtitle handling from mplayer.c to mpcommon.c and share it with me...Gravatar reimar2007-02-17
* URL fixGravatar diego2007-01-30
* cosmetics: Reorder install targets.Gravatar diego2007-01-30
* Mark phony targets as such.Gravatar diego2007-01-30
* Replace ifeq structure in the install target by a set of dependent targets.Gravatar diego2007-01-30
* Do not create font subdir of data directory, bitmap font support is deprecated.Gravatar diego2007-01-25
* Simplify install calls.Gravatar diego2007-01-20
* Remove redundant informative output.Gravatar diego2007-01-20
* Don't suppress make output during installation.Gravatar diego2007-01-20
* some simplificationsGravatar diego2007-01-20
* Fix mplayer-rc.o build.Gravatar diego2006-12-07
* Move the generation of osdep/mplayer-rc.o back to the top-level Makefile,Gravatar diego2006-12-04
* Remove suffix rules that are just copies of make builtin rules.Gravatar diego2006-12-02
* Add libav include paths to CFLAGS without indirection.Gravatar diego2006-12-01
* Unrecurse VIDIX installation.Gravatar diego2006-11-28