view libass/Makefile @ 24867:e5b4a794ac92

Comment out uninit function, its use is commented out. Fixes warning: vf_yuvcsp.c:66: warning: 'uninit' defined but not used
author diego
date Tue, 30 Oct 2007 15:31:45 +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