index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mpcommon.mak
Commit message (
Expand
)
Author
Age
*
Revert include flag reordering, it does not fix the compilation problem.
diego
2007-07-17
*
Reorder CFLAGS, fixes compilation after addition of png.h to FFmpeg.
diego
2007-07-16
*
cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables.
diego
2007-04-25
*
Append objects derived from sources to OBJS_*. This way the OBJS_* variables
diego
2007-03-31
*
Revert r22819
cehoyos
2007-03-26
*
Fix compilation of libvo/vo_xvmc.c
cehoyos
2007-03-25
*
Move the addition of basic include flags to configure.
diego
2007-03-24
*
libavutil/ is not optional, compile it unconditionally.
diego
2007-03-24
*
Move test program removal on distclean to mpcommon.mak.
diego
2007-03-24
*
Move -I. and -I.. to the front of CFLAGS so that headers in the root directory
diego
2007-03-18
*
Move libav* include CFLAGS to mpcommon.mak instead of duplicating them.
diego
2007-03-18
*
Merge CFLAGS lines.
diego
2007-03-18
*
dep/depend should be a double colon target as well.
diego
2007-03-13
*
Give more descriptive names to the source and library variables and split
diego
2007-03-13
*
Give the library generation target a more sensible name.
diego
2007-03-13
*
Mark phony targets as such.
diego
2007-03-12
*
Simplify .depend file inclusion.
diego
2007-02-24
*
100l: Copy and paste typo, library dependencies and rules are separated now.
diego
2007-02-04
*
Merge both library rules by separating the rule from the dependencies.
diego
2007-02-03
*
Consider SRCS2 as well when generating dependency information.
diego
2007-02-01
*
Remove suffix rules that are just copies of make builtin rules.
diego
2006-12-02
*
Add libav include paths to CFLAGS without indirection.
diego
2006-12-01
*
Generate OBJS from SRCS in a more elegant and less redundant way.
diego
2006-11-28
*
Move common code to mpcommon.mak.
diego
2006-11-27
*
oops someone forgot obj-c source file
nplourde
2006-11-27
*
.s files don't exist anymore.
diego
2006-11-27
*
Move common code for generating multiple libraries to mpcommon.mak.
diego
2006-11-27
*
Merge common parts of all Makefiles into one file included by all.
diego
2006-11-26