view libass/Makefile @ 24832:e0ae2a33857a

cosmetics: moved to function find_video_codec() and reused in video_read_*() the code that identifies the various mpeg* formats
author nicodvb
date Sat, 27 Oct 2007 11:55:16 +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