diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-03-15 00:50:52 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-03-15 00:50:52 +0000 |
commit | 05ea47b796a526fe9af3fae39f42691ed31efec7 (patch) | |
tree | ba7b37e8a1c8cf94b973897e413eb23d1485bcf0 /libdha | |
parent | bf422fe2092da208c6da71363c0ec016de553ef3 (diff) |
whitespace cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22592 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libdha')
-rw-r--r-- | libdha/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/libdha/Makefile b/libdha/Makefile index 344eb148df..52e38b85ad 100644 --- a/libdha/Makefile +++ b/libdha/Makefile @@ -2,8 +2,7 @@ include ../config.mak 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 @@ LIBNAME = libdha.so.$(VERSION) 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) |