2007-07-17 |
diego |
Put a compilation fix bandaid in place for the png.h issue.
|
2007-07-16 |
diego |
Remove incomplete compilation fix bandaid.
|
2007-07-16 |
diego |
bandaid compilation fix
|
2007-04-22 |
diego |
Add Makefile variable for either internal or external VIDIX.
|
2007-04-22 |
diego |
Readd an explicit rule for Objective C files. Apparently only Apple's fork of
|
2007-03-18 |
diego |
Move libav* include CFLAGS to mpcommon.mak instead of duplicating them.
|
2007-03-13 |
diego |
Remove unnecessary -I option.
|
2007-03-13 |
diego |
cosmetics: Fix indentation, reorder some lines for consistency.
|
2007-03-13 |
diego |
Give more descriptive names to the source and library variables and split
|
2006-12-02 |
diego |
Remove suffix rules that are just copies of make builtin rules.
|
2006-12-01 |
diego |
Add libav include paths to CFLAGS without indirection.
|
2006-11-29 |
diego |
Remove some superfluous include CFLAGS.
|
2006-11-27 |
diego |
Move common code to mpcommon.mak.
|
2006-11-27 |
diego |
Move common code for generating multiple libraries to mpcommon.mak.
|
2006-11-27 |
diego |
FFmpeg-style conditional dependency declaration
|
2006-11-26 |
diego |
Merge common parts of all Makefiles into one file included by all.
|
2006-11-25 |
diego |
Don't compile libvo.a unless MPlayer is enabled.
|
2006-11-25 |
diego |
simplify
|
2006-11-25 |
diego |
Remove superfluous comment.
|
2006-11-21 |
diego |
Split libvo.a into two libs so that libosd.a can be used by MEncoder.
|
2006-11-21 |
diego |
Remove unused -D from CFLAGS.
|
2006-11-21 |
diego |
Remove superfluous empty variable declaration.
|
2006-11-20 |
diego |
Unify dep/depend targets.
|
2006-08-21 |
diego |
support for disabling/enabling bitmap font support from configure
|
2006-08-17 |
diego |
Move all internal -I parameters to the front of CFLAGS to avoid using external
|
2006-08-16 |
diego |
consistency cosmetics: Handle includes just like in other Makefiles.
|
2006-07-27 |
diego |
Unify include paths in the build system, part I.
|
2006-07-12 |
diego |
OPTFLAGS already includes EXTRA_INC.
|
2006-07-12 |
diego |
Use only one global config.mak file.
|
2006-06-30 |
diego |
Move conditional FreeType support compilation to the build system.
|
2006-03-28 |
nicodvb |
added support for external VIDIX
|
2006-01-27 |
diego |
Make clean/distclean behave uniformly in all directories.
|
2005-09-01 |
diego |
Add -I../libavutil to the includes to fix building vo_zr[2].
|
2005-08-18 |
alex |
gtf.{c,h} is used by vesa only
|
2005-06-19 |
ranma |
Be more patch-friendly
|
2005-05-14 |
wight |
If we use .m suffix we really should include it in .SUFFIXES
|
2005-04-29 |
nplourde |
macosx core video module
|
2004-10-23 |
ivo |
Add --enable and --disable options for vo_pnm and vo_md5sum to configure.
|
2004-09-29 |
ivo |
Removal of vo_pgm and vo_md5, because they have been replaced by vo_pnm
|
2004-09-20 |
ivo |
This patch enables the compilation and linking of vo_md5sum to libvo.
|
2004-09-20 |
ivo |
This patch enables the compilation and linking of vo_pnm (the portable
|
2004-06-24 |
alex |
ranlib cleanup
|
2004-01-10 |
attila |
linux 2.6 patch by "ismail 'cartman' dönmez" <ismail.donmez@boun.edu.tr>
|
2003-12-08 |
attila |
Remove unused define
|
2003-08-17 |
alex |
--dvbincdir support by Gotz Waschk <waschk@informatik.uni-rostock.de>
|
2002-11-10 |
arpi |
fixed order of includes.
|
2002-10-23 |
mark |
Added the -geometry option (supports fbdev and tdfxfb drivers)
|
2002-08-28 |
arpi |
freetype 2.0/2.1+ support - disabled by default until bugs fixed
|
2002-08-22 |
arpi |
General Timing Formula algorithm from a scratch.
|
2002-06-16 |
atmos4 |
wtf..10l to dunno..only use x11_common.c when x11 is detected
|
2002-06-01 |
arpi |
-updates vo_directfb (+configure&makefile) according to planned changes
|
2002-05-13 |
albeu |
Initial support for dxr2. Based on patch from Tobias Diedrich <ranma@gmx.at>.
|
2002-04-13 |
arpi |
mp_image.h and img_format.h moved to libmpcodecs
|
2002-04-04 |
mswitch |
Added spuenc... should write a draw_alpha_spu perhaps =D
|
2002-02-09 |
arpi |
vo_yuv4mpeg added
|
2002-01-15 |
atmos4 |
Fix xvidix for non-x11 systems, 10l Alex :)
|
2002-01-12 |
alex |
added vo_xvidix
|
2002-01-11 |
nick |
Configurable VIDIX usage
|
2002-01-11 |
kmkaplan |
Add DVD subtitles to menoder
|
2002-01-07 |
nick |
Embedding vidix
|