Mercurial > mplayer.hg
view libass/Makefile @ 21519:5924b2b9f5de
made vorbis_info a member of ogg_stream rather than ogg_demuxer;
this change paves the way for multi audio track support
author | nicodvb |
---|---|
date | Thu, 07 Dec 2006 20:53:05 +0000 |
parents | 0603972f083c |
children | 490dc8ba9ea4 |
line wrap: on
line source
include ../config.mak LIBNAME=libass.a SRCS = ass.c \ ass_cache.c \ ass_fontconfig.c \ ass_render.c \ ass_utils.c \ ass_mp.c \ ass_bitmap.c \ ass_library.c \ ass_font.c \ CFLAGS = -I../libmpcodecs -D_GNU_SOURCE include ../mpcommon.mak