summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-25 10:38:37 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-25 10:38:37 +0000
commit3e56c5bb6bbddc59ddbbe8474325afd0f480f18c (patch)
tree6dad27154d954ca577c94146c50a379be1baf49c /TOOLS
parenteb4a1c08f74bc8066d9984dee6b858263f042d3f (diff)
downloadmpv-3e56c5bb6bbddc59ddbbe8474325afd0f480f18c.tar.bz2
mpv-3e56c5bb6bbddc59ddbbe8474325afd0f480f18c.tar.xz
cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines
to ease patching in the future. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17944 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/TOOLS/Makefile b/TOOLS/Makefile
index 1ae1178934..ca059a700a 100644
--- a/TOOLS/Makefile
+++ b/TOOLS/Makefile
@@ -26,7 +26,9 @@ png2raw: png2raw.c
$(CC) $< -o $@ -lpng
subrip: subrip.c
- $(CC) $(CFLAGS) -g -o $@ $< ../vobsub.o ../spudec.o ../mp_msg.o ../unrarlib.o ../postproc/swscale.o ../postproc/rgb2rgb.o ../postproc/yuv2rgb.o ../libmpcodecs/img_format.o -lm
+ $(CC) $(CFLAGS) -g -o $@ $< ../vobsub.o ../spudec.o ../mp_msg.o \
+ ../unrarlib.o ../postproc/swscale.o ../postproc/rgb2rgb.o \
+ ../postproc/yuv2rgb.o ../libmpcodecs/img_format.o -lm
vivodump: vivodump.c
$(CC) $(CFLAGS) -o $@ $< ../mp_msg.o ../libmpdemux/libmpdemux.a