Mercurial > mplayer.hg
diff libmpdemux/Makefile @ 17943:c127ce678083
cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines
to ease patching in the future.
author | diego |
---|---|
date | Sat, 25 Mar 2006 10:38:37 +0000 |
parents | bb1ab9250f05 |
children | 75b56435f053 |
line wrap: on
line diff
--- a/libmpdemux/Makefile Sat Mar 25 10:18:18 2006 +0000 +++ b/libmpdemux/Makefile Sat Mar 25 10:38:37 2006 +0000 @@ -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/*~