summaryrefslogtreecommitdiffstats
path: root/libass/Makefile.am
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@blackbox>2009-06-27 06:31:45 +0200
committerGrigori Goronzy <greg@blackbox>2009-06-27 06:46:20 +0200
commit4c1f9e93addaa511f96908fe502e8d5709ed7500 (patch)
tree8b26aa78db213efd4fd7dfdd8ea298e219bf7f22 /libass/Makefile.am
parent917e02edda4392b465ffa179628a5032ff969900 (diff)
downloadlibass-4c1f9e93addaa511f96908fe502e8d5709ed7500.tar.bz2
libass-4c1f9e93addaa511f96908fe502e8d5709ed7500.tar.xz
Incorporate mputils.c into ass_utils.c
Move helper functions originating from MPlayer into ass_utils.c. Remove some debugging code that is #if 0'ed for ages now. Delete mputils.c and mputils.h and remove them from the build system.
Diffstat (limited to 'libass/Makefile.am')
-rw-r--r--libass/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/libass/Makefile.am b/libass/Makefile.am
index 59f5433..8703f6a 100644
--- a/libass/Makefile.am
+++ b/libass/Makefile.am
@@ -4,9 +4,9 @@ LIBASS_LT_AGE = 0
lib_LTLIBRARIES = libass.la
libass_la_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
+ ass_utils.c ass_bitmap.c ass_library.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
libass_la_LDFLAGS = -version-info $(LIBASS_LT_CURRENT):$(LIBASS_LT_REVISION):$(LIBASS_LT_AGE)
assheadersdir = $(includedir)/ass