comparison libmpcodecs/Makefile @ 18937:9e95ac641e77

Initial libass release (without mencoder support).
author eugeni
date Fri, 07 Jul 2006 18:26:51 +0000
parents a1807995e2ab
children 7a9a9748e045
comparison
equal deleted inserted replaced
18936:b80b0c115a24 18937:9e95ac641e77
308 308
309 ifeq ($(FAAC),yes) 309 ifeq ($(FAAC),yes)
310 ENCODER_SRCS += ae_faac.c 310 ENCODER_SRCS += ae_faac.c
311 endif 311 endif
312 312
313 ifeq ($(CONFIG_ASS),yes)
314 VFILTER_SRCS += vf_ass.c
315 endif
316
313 SRCS=$(AUDIO_SRCS) \ 317 SRCS=$(AUDIO_SRCS) \
314 $(VIDEO_SRCS) \ 318 $(VIDEO_SRCS) \
315 $(VFILTER_SRCS) \ 319 $(VFILTER_SRCS) \
316 $(NATIVE_SRCS) \ 320 $(NATIVE_SRCS) \
317 img_format.c \ 321 img_format.c \