summaryrefslogtreecommitdiffstats
path: root/libass/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge libass/Makefile into Makefile, one less recursive make directory.diego2008-04-081-15/+0
* Remove unnecessary include from CFLAGS.diego2007-03-151-2/+0
* cosmetics: Fix indentation, reorder some lines for consistency.diego2007-03-131-9/+8
* Give more descriptive names to the source and library variables and splitdiego2007-03-131-2/+2
* Get rid on -DGNU_SOURCE for internal code, imported libs should be fixedreimar2006-12-121-1/+1
* Move fonts-related code to a separate file.eugeni2006-11-261-0/+1
* Merge common parts of all Makefiles into one file included by all.diego2006-11-261-32/+2
* SRCS should be one per line to make patches more readable.diego2006-11-251-1/+8
* Remove pointless indirection.diego2006-11-251-3/+1
* Remove superfluous comment.diego2006-11-251-3/+0
* Unify dep/depend targets.diego2006-11-201-3/+1
* Libass interface reworked:eugeni2006-10-281-1/+1
* Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.eugeni2006-09-161-1/+1
* Move all internal -I parameters to the front of CFLAGS to avoid using externaldiego2006-08-171-2/+2
* Unify include paths in the build system, part I.diego2006-07-271-2/+0
* OPTFLAGS already includes EXTRA_INC.diego2006-07-121-1/+0
* Initial libass release (without mencoder support).eugeni2006-07-071-0/+50