log mpcommon.mak @ 26157:64654d7bebbc

age author description
Mon, 03 Mar 2008 19:37:41 +0000 diego Only demux_lavf.o explicitly needs -I../libavcodec in CFLAGS.
Mon, 03 Mar 2008 19:31:38 +0000 diego Remove unnecessary addition of -Ilibavformat to CFLAGS.
Mon, 03 Mar 2008 09:59:11 +0000 diego Add checkheaders target, ported from FFmpeg.
Tue, 17 Jul 2007 10:55:36 +0000 diego Revert include flag reordering, it does not fix the compilation problem.
Mon, 16 Jul 2007 20:13:25 +0000 diego Reorder CFLAGS, fixes compilation after addition of png.h to FFmpeg.
Wed, 25 Apr 2007 08:35:35 +0000 diego cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables.
Sat, 31 Mar 2007 23:33:30 +0000 diego Append objects derived from sources to OBJS_*. This way the OBJS_* variables
Mon, 26 Mar 2007 22:03:43 +0000 cehoyos Revert r22819
Sun, 25 Mar 2007 14:50:02 +0000 cehoyos Fix compilation of libvo/vo_xvmc.c
Sat, 24 Mar 2007 19:44:15 +0000 diego Move the addition of basic include flags to configure.
Sat, 24 Mar 2007 19:40:32 +0000 diego libavutil/ is not optional, compile it unconditionally.
Sat, 24 Mar 2007 15:03:57 +0000 diego Move test program removal on distclean to mpcommon.mak.
Sun, 18 Mar 2007 23:18:09 +0000 diego Move -I. and -I.. to the front of CFLAGS so that headers in the root directory
Sun, 18 Mar 2007 22:49:37 +0000 diego Move libav* include CFLAGS to mpcommon.mak instead of duplicating them.
Sun, 18 Mar 2007 22:11:32 +0000 diego Merge CFLAGS lines.