mirror of
https://github.com/mpv-player/mpv
synced 2025-01-05 03:06:28 +01:00
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
This commit is contained in:
parent
a92b1fd6a0
commit
8f167fc5c5
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user