diff 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
line wrap: on
line diff
--- a/libmpcodecs/Makefile	Fri Jul 07 18:07:39 2006 +0000
+++ b/libmpcodecs/Makefile	Fri Jul 07 18:26:51 2006 +0000
@@ -310,6 +310,10 @@
 ENCODER_SRCS += ae_faac.c
 endif
 
+ifeq ($(CONFIG_ASS),yes)
+VFILTER_SRCS += vf_ass.c
+endif
+
 SRCS=$(AUDIO_SRCS) \
      $(VIDEO_SRCS) \
      $(VFILTER_SRCS) \