# HG changeset patch # User eugeni # Date 1152471740 0 # Node ID b6462f808403f2cddf546fe23c3287f4db1b89b6 # Parent ed69754aa58dfc13b0500522ef73ea39029b327e Revert r18980, it breaks compilation under MinGW. diff -r ed69754aa58d -r b6462f808403 Makefile --- a/Makefile Sun Jul 09 17:45:36 2006 +0000 +++ b/Makefile Sun Jul 09 19:02:20 2006 +0000 @@ -82,6 +82,12 @@ VO_LIBS += $(EXTERNAL_VIDIX_LIB) endif +ASS_LIB = + +ifeq ($(CONFIG_ASS),yes) +ASS_LIB += libass/libass.a +endif + AO_LIBS = $(ARTS_LIB) \ $(ESD_LIB) \ $(JACK_LIB) \ @@ -113,6 +119,7 @@ $(W32_LIB) \ libaf/libaf.a \ libmpdemux/libmpdemux.a \ + $(ASS_LIB) \ libswscale/libswscale.a \ osdep/libosdep.a \ $(DVDREAD_LIB) \ @@ -256,7 +263,6 @@ endif ifeq ($(CONFIG_ASS),yes) COMMON_DEPS += libass/libass.a -COMMON_LIBS += libass/libass.a PARTS += libass endif