[MPlayer-cvslog] CVS: main/libaf Makefile,1.23,1.24
Tobias Diedrich CVS
syncmail at mplayerhq.hu
Mon Jun 20 00:52:57 CEST 2005
CVS change done by Tobias Diedrich CVS
Update of /cvsroot/mplayer/main/libaf
In directory mail:/var2/tmp/cvs-serv30062/libaf
Modified Files:
Makefile
Log Message:
Be more patch-friendly
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libaf/Makefile,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- Makefile 30 May 2005 08:57:30 -0000 1.23
+++ Makefile 19 Jun 2005 22:52:55 -0000 1.24
@@ -2,10 +2,31 @@
LIBNAME = libaf.a
-SRCS=af.c af_dummy.c af_delay.c af_channels.c af_format.c af_resample.c \
-window.c filter.c af_volume.c af_equalizer.c af_tools.c af_comp.c af_gate.c \
-af_pan.c af_surround.c af_sub.c af_export.c af_volnorm.c af_extrastereo.c \
-af_lavcresample.c af_sweep.c af_hrtf.c format.c af_center.c $(OPTIONAL_SRCS)
+SRCS=af.c \
+ af_center.c \
+ af_channels.c \
+ af_comp.c \
+ af_delay.c \
+ af_dummy.c \
+ af_equalizer.c \
+ af_export.c \
+ af_extrastereo.c \
+ af_format.c \
+ af_gate.c \
+ af_hrtf.c \
+ af_lavcresample.c \
+ af_pan.c \
+ af_resample.c \
+ af_sub.c \
+ af_surround.c \
+ af_sweep.c \
+ af_tools.c \
+ af_volnorm.c \
+ af_volume.c \
+ filter.c \
+ format.c \
+ window.c \
+ $(OPTIONAL_SRCS) \
OBJS=$(SRCS:.c=.o)
More information about the MPlayer-cvslog
mailing list