Mercurial > mplayer.hg
changeset 22574:fc29f62bcb0e
whitespace cosmetics
author | diego |
---|---|
date | Thu, 15 Mar 2007 00:50:52 +0000 |
parents | 749da6290adc |
children | ef8c42f9c638 |
files | libdha/Makefile |
diffstat | 1 files changed, 6 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/libdha/Makefile Thu Mar 15 00:49:32 2007 +0000 +++ b/libdha/Makefile Thu Mar 15 00:50:52 2007 +0000 @@ -2,8 +2,7 @@ MAJOR_VERSION = 1 MINOR_VERSION = 0 -VERSION = $(MAJOR_VERSION).$(MINOR_VERSION) - +VERSION = $(MAJOR_VERSION).$(MINOR_VERSION) ifeq ($(TARGET_OS),CYGWIN) SHORTNAME = libdha.dll @@ -19,13 +18,13 @@ endif SRCS_MPLAYER = libdha.c \ - mtrr.c \ - pci.c \ - pci_names.c \ + mtrr.c \ + pci.c \ + pci_names.c \ -OBJS_MPLAYER=$(SRCS_MPLAYER:.c=.o) +OBJS_MPLAYER = $(SRCS_MPLAYER:.c=.o) -CFLAGS = -fPIC -I. -I.. $(OPTFLAGS) +CFLAGS = -fPIC -I. -I.. $(OPTFLAGS) ifeq ($(TARGET_OS),OpenBSD) ifeq ($(TARGET_ARCH_X86),yes)