view libass/Makefile @ 21917:57bb521c89e5

in EVO files substreams 0xC0 of private streams 0xBD contain [e]ac3. A more proper range will be committed when specs begin to appear; for the time being enjoy the audio stream
author nicodvb
date Mon, 15 Jan 2007 21:21:42 +0000
parents 490dc8ba9ea4
children 8bcff5c7e387
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

include ../mpcommon.mak