[MPlayer-cvslog] CVS: main/libmpdvdkit2 Makefile,1.5,1.6

Diego Biurrun CVS syncmail at mplayerhq.hu
Sun Oct 9 11:53:29 CEST 2005


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/libmpdvdkit2
In directory mail:/var2/tmp/cvs-serv2815

Modified Files:
	Makefile 
Log Message:
whitespace cosmetics


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdvdkit2/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile	30 Jun 2005 22:48:26 -0000	1.5
+++ Makefile	9 Oct 2005 09:53:27 -0000	1.6
@@ -17,7 +17,7 @@
        nav_read.c \
        md5.c \
 
-#bsdi_ioctl.c 
+#bsdi_ioctl.c
 
 OBJS = $(SRCS:.c=.o)
 
@@ -26,9 +26,9 @@
 .SUFFIXES: .c .o
 
 ifeq ($(OPTFLAGS),)
- OPTFLAGS = -mcpu=pentium -march=pentium -O4
+OPTFLAGS = -mcpu=pentium -march=pentium -O4
 else
- OPTFLAGS += -DHAVE_MPLAYER
+OPTFLAGS += -DHAVE_MPLAYER
 endif
 
 #	 \ -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
@@ -41,7 +41,7 @@
 .c.o:
 	$(CC) $(CFLAGS) -c -o $@ $<
 
-all: $(LIB).a 
+all: $(LIB).a
 default: $(LIB).a
 
 $(LIB).a: $(OBJS)
@@ -66,6 +66,6 @@
 #
 # include dependency files if they exist
 #
-ifneq ($(wildcard .depend),)                                                                       
-include .depend                                                                                    
-endif                                                                                              
+ifneq ($(wildcard .depend),)
+include .depend
+endif




More information about the MPlayer-cvslog mailing list