summaryrefslogtreecommitdiffstats
path: root/liba52
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 /liba52
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 'liba52')
-rw-r--r--liba52/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/liba52/Makefile b/liba52/Makefile
index 12e1684d51..9ddd8e6284 100644
--- a/liba52/Makefile
+++ b/liba52/Makefile
@@ -3,7 +3,15 @@ LIBNAME = liba52.a
include ../config.mak
-SRCS = crc.c resample.c bit_allocate.c bitstream.c downmix.c imdct.c imdct_mlib.c parse.c
+SRCS = crc.c \
+ resample.c \
+ bit_allocate.c \
+ bitstream.c \
+ downmix.c \
+ imdct.c \
+ imdct_mlib.c \
+ parse.c \
+
OBJS = $(SRCS:.c=.o)
CFLAGS = $(MLIB_INC) $(OPTFLAGS) -I..