[MPlayer-cvslog] CVS: main/libmpdemux Makefile,1.101,1.102

Diego Biurrun CVS syncmail at mplayerhq.hu
Sat Mar 25 11:38:39 CET 2006


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv14477/libmpdemux

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/libmpdemux/Makefile,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- Makefile	6 Feb 2006 16:04:17 -0000	1.101
+++ Makefile	25 Mar 2006 10:38:36 -0000	1.102
@@ -179,7 +179,11 @@
 	$(RANLIB) $(LIBNAME)
 
 test:	$(LIBNAME) test.c
-	$(CC) $(CFLAGS) test.c ../mp_msg.c ../osdep/shmem.c -o test ./libmpdemux.a ../libmpdvdkit2/libmpdvdkit.a ../libvo/aclib.o ../libmpcodecs/img_format.o ../libao2/afmt.o ../sub_cc.o ../m_option.o ../subreader.o $(ALSA_LIB) $(VORBIS_LIB) $(CDPARANOIA_LIB) -lz -lpthread
+	$(CC) $(CFLAGS) test.c ../mp_msg.c ../osdep/shmem.c -o test \
+	  ./libmpdemux.a ../libmpdvdkit2/libmpdvdkit.a ../libvo/aclib.o \
+	  ../libmpcodecs/img_format.o ../libao2/afmt.o ../sub_cc.o \
+	  ../m_option.o ../subreader.o \
+	  $(ALSA_LIB) $(VORBIS_LIB) $(CDPARANOIA_LIB) -lz -lpthread
 
 clean:
 	rm -f *.o *.a *~ realrtsp/*.o realrtsp/*.a realrtsp/*~




More information about the MPlayer-cvslog mailing list