summaryrefslogtreecommitdiffstats
path: root/mpcommon.mak
Commit message (Expand)AuthorAgeFilesLines
* Revert include flag reordering, it does not fix the compilation problem.diego2007-07-171-1/+1
* Reorder CFLAGS, fixes compilation after addition of png.h to FFmpeg.diego2007-07-161-1/+1
* cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables.diego2007-04-251-2/+2
* Append objects derived from sources to OBJS_*. This way the OBJS_* variablesdiego2007-03-311-3/+3
* Revert r22819cehoyos2007-03-261-1/+1
* Fix compilation of libvo/vo_xvmc.ccehoyos2007-03-251-1/+1
* Move the addition of basic include flags to configure.diego2007-03-241-1/+1
* libavutil/ is not optional, compile it unconditionally.diego2007-03-241-2/+1
* Move test program removal on distclean to mpcommon.mak.diego2007-03-241-1/+1
* Move -I. and -I.. to the front of CFLAGS so that headers in the root directorydiego2007-03-181-1/+1
* Move libav* include CFLAGS to mpcommon.mak instead of duplicating them.diego2007-03-181-0/+3
* Merge CFLAGS lines.diego2007-03-181-2/+1
* dep/depend should be a double colon target as well.diego2007-03-131-1/+1
* Give more descriptive names to the source and library variables and splitdiego2007-03-131-9/+14
* Give the library generation target a more sensible name.diego2007-03-131-2/+2
* Mark phony targets as such.diego2007-03-121-0/+2
* Simplify .depend file inclusion.diego2007-02-241-3/+1
* 100l: Copy and paste typo, library dependencies and rules are separated now.diego2007-02-041-1/+1
* Merge both library rules by separating the rule from the dependencies.diego2007-02-031-3/+1
* Consider SRCS2 as well when generating dependency information.diego2007-02-011-1/+1
* Remove suffix rules that are just copies of make builtin rules.diego2006-12-021-5/+0
* Add libav include paths to CFLAGS without indirection.diego2006-12-011-1/+1
* Generate OBJS from SRCS in a more elegant and less redundant way.diego2006-11-281-5/+2
* Move common code to mpcommon.mak.diego2006-11-271-0/+5
* oops someone forgot obj-c source filenplourde2006-11-271-0/+1
* .s files don't exist anymore.diego2006-11-271-1/+0
* Move common code for generating multiple libraries to mpcommon.mak.diego2006-11-271-1/+7
* Merge common parts of all Makefiles into one file included by all.diego2006-11-261-0/+30