[MPlayer-dev-eng] [PATCH] ASS -> LIBASS in mpcodecs Makefile

Gianluigi Tiesi mplayer at netfarm.it
Wed Apr 9 22:09:45 CEST 2008


On Wed, Apr 09, 2008 at 10:08:34PM +0200, Gianluigi Tiesi wrote:
> Hi,
> when linking mplayer will complain because vf_ass.o is not included in
> the build
> 
> Regards
> 

sorry missed the patch

-- 
Gianluigi Tiesi <sherpya at netfarm.it>
EDP Project Leader
Netfarm S.r.l. - http://www.netfarm.it/
Free Software: http://oss.netfarm.it/
-------------- next part --------------
Index: libmpcodecs/Makefile
===================================================================
--- libmpcodecs/Makefile	(revision 26379)
+++ libmpcodecs/Makefile	(working copy)
@@ -103,7 +103,7 @@
                                         vf_spp.c \
                                         vf_uspp.c \
 
-SRCS_COMMON-$(ASS)                   += vf_ass.c
+SRCS_COMMON-$(LIBASS)                += vf_ass.c
 SRCS_COMMON-$(FAAD)                  += ad_faad.c
 SRCS_COMMON-$(HAVE_POSIX_SELECT)     += vf_bmovl.c
 SRCS_COMMON-$(JPEG)                  += vd_ijpg.c


More information about the MPlayer-dev-eng mailing list