view libass/Makefile @ 25338:dfba06821076

Ahem, fix breakage of last commit: The AltiVec detection code has three sections, namely OS X, AMIGAOS4 and the rest.
author diego
date Tue, 11 Dec 2007 22:29:22 +0000
parents 35ba35934057
children
line wrap: on
line source

include ../config.mak

LIBNAME_COMMON = libass.a

SRCS_COMMON = 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 \

include ../mpcommon.mak