summaryrefslogtreecommitdiffstats
path: root/libdha
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-15 00:50:52 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-15 00:50:52 +0000
commit05ea47b796a526fe9af3fae39f42691ed31efec7 (patch)
treeba7b37e8a1c8cf94b973897e413eb23d1485bcf0 /libdha
parentbf422fe2092da208c6da71363c0ec016de553ef3 (diff)
downloadmpv-05ea47b796a526fe9af3fae39f42691ed31efec7.tar.bz2
mpv-05ea47b796a526fe9af3fae39f42691ed31efec7.tar.xz
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/Makefile13
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)