aboutsummaryrefslogtreecommitdiffhomepage
path: root/mpcommon.mak
Commit message (Expand)AuthorAge
* Revert include flag reordering, it does not fix the compilation problem.Gravatar diego2007-07-17
* Reorder CFLAGS, fixes compilation after addition of png.h to FFmpeg.Gravatar diego2007-07-16
* cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables.Gravatar diego2007-04-25
* Append objects derived from sources to OBJS_*. This way the OBJS_* variablesGravatar diego2007-03-31
* Revert r22819Gravatar cehoyos2007-03-26
* Fix compilation of libvo/vo_xvmc.cGravatar cehoyos2007-03-25
* Move the addition of basic include flags to configure.Gravatar diego2007-03-24
* libavutil/ is not optional, compile it unconditionally.Gravatar diego2007-03-24
* Move test program removal on distclean to mpcommon.mak.Gravatar diego2007-03-24
* Move -I. and -I.. to the front of CFLAGS so that headers in the root directoryGravatar diego2007-03-18
* Move libav* include CFLAGS to mpcommon.mak instead of duplicating them.Gravatar diego2007-03-18
* Merge CFLAGS lines.Gravatar diego2007-03-18
* dep/depend should be a double colon target as well.Gravatar diego2007-03-13
* Give more descriptive names to the source and library variables and splitGravatar diego2007-03-13
* Give the library generation target a more sensible name.Gravatar diego2007-03-13
* Mark phony targets as such.Gravatar diego2007-03-12
* Simplify .depend file inclusion.Gravatar diego2007-02-24
* 100l: Copy and paste typo, library dependencies and rules are separated now.Gravatar diego2007-02-04
* Merge both library rules by separating the rule from the dependencies.Gravatar diego2007-02-03
* Consider SRCS2 as well when generating dependency information.Gravatar diego2007-02-01
* 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
* Generate OBJS from SRCS in a more elegant and less redundant way.Gravatar diego2006-11-28
* Move common code to mpcommon.mak.Gravatar diego2006-11-27
* oops someone forgot obj-c source fileGravatar nplourde2006-11-27
* .s files don't exist anymore.Gravatar diego2006-11-27
* Move common code for generating multiple libraries to mpcommon.mak.Gravatar diego2006-11-27
* Merge common parts of all Makefiles into one file included by all.Gravatar diego2006-11-26