[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
- Previous message: [MPlayer-cvslog] CVS: main/libmpcodecs ve_x264.c,1.35,1.36
- Next message: [MPlayer-cvslog] CVS: main/libmpdvdkit2 Makefile, 1.6, 1.7 common.h, 1.7, 1.8 css.c, 1.10, 1.11 device.c, 1.10, 1.11 error.c, 1.7, 1.8 libdvdcss.c, 1.16, 1.17 libdvdcss_changes.diff, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [MPlayer-cvslog] CVS: main/libmpcodecs ve_x264.c,1.35,1.36
- Next message: [MPlayer-cvslog] CVS: main/libmpdvdkit2 Makefile, 1.6, 1.7 common.h, 1.7, 1.8 css.c, 1.10, 1.11 device.c, 1.10, 1.11 error.c, 1.7, 1.8 libdvdcss.c, 1.16, 1.17 libdvdcss_changes.diff, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list