aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/Makefile
Commit message (Expand)AuthorAge
* Put a compilation fix bandaid in place for the png.h issue.Gravatar diego2007-07-17
* Remove incomplete compilation fix bandaid.Gravatar diego2007-07-16
* bandaid compilation fixGravatar diego2007-07-16
* Add Makefile variable for either internal or external VIDIX.Gravatar diego2007-04-22
* Readd an explicit rule for Objective C files. Apparently only Apple's fork ofGravatar diego2007-04-22
* Move libav* include CFLAGS to mpcommon.mak instead of duplicating them.Gravatar diego2007-03-18
* Remove unnecessary -I option.Gravatar diego2007-03-13
* cosmetics: Fix indentation, reorder some lines for consistency.Gravatar diego2007-03-13
* Give more descriptive names to the source and library variables and splitGravatar diego2007-03-13
* 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
* Remove some superfluous include CFLAGS.Gravatar diego2006-11-29
* Move common code to mpcommon.mak.Gravatar diego2006-11-27
* Move common code for generating multiple libraries to mpcommon.mak.Gravatar diego2006-11-27
* FFmpeg-style conditional dependency declarationGravatar diego2006-11-27
* Merge common parts of all Makefiles into one file included by all.Gravatar diego2006-11-26
* Don't compile libvo.a unless MPlayer is enabled.Gravatar diego2006-11-25
* simplifyGravatar diego2006-11-25
* Remove superfluous comment.Gravatar diego2006-11-25
* Split libvo.a into two libs so that libosd.a can be used by MEncoder.Gravatar diego2006-11-21
* Remove unused -D from CFLAGS.Gravatar diego2006-11-21
* Remove superfluous empty variable declaration.Gravatar diego2006-11-21
* Unify dep/depend targets.Gravatar diego2006-11-20
* support for disabling/enabling bitmap font support from configureGravatar diego2006-08-21
* Move all internal -I parameters to the front of CFLAGS to avoid using externalGravatar diego2006-08-17
* consistency cosmetics: Handle includes just like in other Makefiles.Gravatar diego2006-08-16
* Unify include paths in the build system, part I.Gravatar diego2006-07-27
* OPTFLAGS already includes EXTRA_INC.Gravatar diego2006-07-12
* Use only one global config.mak file.Gravatar diego2006-07-12
* Move conditional FreeType support compilation to the build system.Gravatar diego2006-06-30
* added support for external VIDIXGravatar nicodvb2006-03-28
* Make clean/distclean behave uniformly in all directories.Gravatar diego2006-01-27
* Add -I../libavutil to the includes to fix building vo_zr[2].Gravatar diego2005-09-01
* gtf.{c,h} is used by vesa onlyGravatar alex2005-08-18
* Be more patch-friendlyGravatar ranma2005-06-19
* If we use .m suffix we really should include it in .SUFFIXESGravatar wight2005-05-14
* macosx core video moduleGravatar nplourde2005-04-29
* Add --enable and --disable options for vo_pnm and vo_md5sum to configure.Gravatar ivo2004-10-23
* Removal of vo_pgm and vo_md5, because they have been replaced by vo_pnmGravatar ivo2004-09-29
* This patch enables the compilation and linking of vo_md5sum to libvo.Gravatar ivo2004-09-20
* This patch enables the compilation and linking of vo_pnm (the portableGravatar ivo2004-09-20
* ranlib cleanupGravatar alex2004-06-24
* linux 2.6 patch by "ismail 'cartman' dönmez" <ismail.donmez@boun.edu.tr>Gravatar attila2004-01-10
* Remove unused defineGravatar attila2003-12-08
* --dvbincdir support by Gotz Waschk <waschk@informatik.uni-rostock.de>Gravatar alex2003-08-17
* fixed order of includes.Gravatar arpi2002-11-10
* Added the -geometry option (supports fbdev and tdfxfb drivers)Gravatar mark2002-10-23
* freetype 2.0/2.1+ support - disabled by default until bugs fixedGravatar arpi2002-08-28
* General Timing Formula algorithm from a scratch.Gravatar arpi2002-08-22
* wtf..10l to dunno..only use x11_common.c when x11 is detectedGravatar atmos42002-06-16