view libass/Makefile @ 22701:3c95443b39a2

Move fast cmov detection code from the PPC section into the x86 section where it has a chance of actually being executed and fix the obvious syntax errors it contained in the process.
author diego
date Sun, 18 Mar 2007 16:30:11 +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