[MPlayer-cvslog] CVS: main/tremor Makefile,1.2,1.3
Diego Biurrun CVS
syncmail at mplayerhq.hu
Sat Mar 25 11:38:40 CET 2006
- Previous message: [MPlayer-cvslog] CVS: main/loader/dshow Makefile,1.15,1.16
- Next message: [MPlayer-cvslog] CVS: main/libmenu menu.c, 1.12, 1.13 menu.h, 1.1, 1.2 menu_cmdlist.c, 1.3, 1.4 menu_dvbin.c, 1.5, 1.6 menu_filesel.c, 1.12, 1.13 menu_list.c, 1.5, 1.6 menu_pt.c, 1.4, 1.5 vf_menu.c, 1.13, 1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/tremor
In directory mail:/var2/tmp/cvs-serv14477/tremor
Modified Files:
Makefile
Log Message:
cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines
to ease patching in the future.
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/tremor/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile 27 Jan 2006 00:06:41 -0000 1.2
+++ Makefile 25 Mar 2006 10:38:37 -0000 1.3
@@ -3,8 +3,20 @@
include ../config.mak
-SRCS = bitwise.c block.c codebook.c floor0.c floor1.c framing.c info.c \
-mapping0.c mdct.c registry.c res012.c sharedbook.c synthesis.c window.c
+SRCS = bitwise.c \
+ block.c \
+ codebook.c \
+ floor0.c \
+ floor1.c \
+ framing.c \
+ info.c \
+ mapping0.c \
+ mdct.c \
+ registry.c \
+ res012.c \
+ sharedbook.c \
+ synthesis.c \
+ window.c \
OBJS = $(SRCS:.c=.o)
INCLUDE = -I. -I.. $(EXTRA_INC)
- Previous message: [MPlayer-cvslog] CVS: main/loader/dshow Makefile,1.15,1.16
- Next message: [MPlayer-cvslog] CVS: main/libmenu menu.c, 1.12, 1.13 menu.h, 1.1, 1.2 menu_cmdlist.c, 1.3, 1.4 menu_dvbin.c, 1.5, 1.6 menu_filesel.c, 1.12, 1.13 menu_list.c, 1.5, 1.6 menu_pt.c, 1.4, 1.5 vf_menu.c, 1.13, 1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list