[MPlayer-cvslog] r22592 - trunk/libdha/Makefile
diego
subversion at mplayerhq.hu
Thu Mar 15 01:50:52 CET 2007
Author: diego
Date: Thu Mar 15 01:50:52 2007
New Revision: 22592
Modified:
trunk/libdha/Makefile
Log:
whitespace cosmetics
Modified: trunk/libdha/Makefile
==============================================================================
--- trunk/libdha/Makefile (original)
+++ trunk/libdha/Makefile Thu Mar 15 01:50:52 2007
@@ -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)
More information about the MPlayer-cvslog
mailing list