summaryrefslogtreecommitdiffstats
path: root/libass/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-25 17:06:08 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-25 17:06:08 +0000
commit8f167fc5c563d316be4a2d9a735e8c775e155526 (patch)
treeabd6bf168c0cc83374b40228d8cddf0e0484f66e /libass/Makefile
parenta92b1fd6a0ac9f5961d5734186eeb255a8c41b97 (diff)
downloadmpv-8f167fc5c563d316be4a2d9a735e8c775e155526.tar.bz2
mpv-8f167fc5c563d316be4a2d9a735e8c775e155526.tar.xz
SRCS should be one per line to make patches more readable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21229 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libass/Makefile')
-rw-r--r--libass/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/libass/Makefile b/libass/Makefile
index a5de509b55..9e2fde893b 100644
--- a/libass/Makefile
+++ b/libass/Makefile
@@ -3,7 +3,14 @@ include ../config.mak
LIBNAME=libass.a
-SRCS=ass.c ass_cache.c ass_fontconfig.c ass_render.c ass_utils.c ass_mp.c ass_bitmap.c ass_library.c
+SRCS = ass.c \
+ ass_cache.c \
+ ass_fontconfig.c \
+ ass_render.c \
+ ass_utils.c \
+ ass_mp.c \
+ ass_bitmap.c \
+ ass_library.c \
OBJS=$(SRCS:.c=.o)