From 75e39a26609daa604cddd233abf10aa271718092 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Thu, 6 Mar 2008 20:39:10 +0000 Subject: [PATCH] My original hope was to include our pre-packaged version of libass, but until all the self-registering 'modules' are kicked out that can't happen. I'll commit the changes to Makefile.am though for safe-keeping. Originally committed to SVN as r1925. --- libass/Makefile.am | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/libass/Makefile.am b/libass/Makefile.am index 7c4056e0a..2b884f022 100644 --- a/libass/Makefile.am +++ b/libass/Makefile.am @@ -1,10 +1,7 @@ +noinst_LIBRARIES = libass.a -lib_LTLIBRARIES = libass.la -libass_la_SOURCES = ass.c ass_cache.c ass_font.c ass_fontconfig.c ass_render.c \ +libass_a_CPPFLAGS = @FREETYPE_CFLAGS@ -DHAVE_FONTCONFIG -DUSE_ICONV @FONTCONFIG_CFLAGS@ +libass_a_SOURCES = ass.c ass_cache.c ass_font.c ass_fontconfig.c ass_render.c \ ass_utils.c ass_bitmap.c ass_library.c mputils.c \ ass_bitmap.h ass_cache.h ass_fontconfig.h ass_font.h ass.h \ ass_library.h ass_types.h ass_utils.h help_mp.h mputils.h - -assheadersdir = $(includedir)/ass -dist_assheaders_HEADERS = ass.h ass_types.h -