Mercurial > mplayer.hg
changeset 22583:104d125600b2
Simplify conditional expression.
author | diego |
---|---|
date | Thu, 15 Mar 2007 09:07:22 +0000 |
parents | ea58da0ae02e |
children | a1b0a9880d58 |
files | libdha/Makefile |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libdha/Makefile Thu Mar 15 09:05:03 2007 +0000 +++ b/libdha/Makefile Thu Mar 15 09:07:22 2007 +0000 @@ -4,13 +4,12 @@ MINOR_VERSION = 0 VERSION = $(MAJOR_VERSION).$(MINOR_VERSION) +LIBNAME = libdha.so.$(VERSION) SHORTNAME = libdha.so.$(MAJOR_VERSION) VSHORTNAME = libdha.so ifeq ($(TARGET_WIN32),yes) LIBNAME = libdha.a SHORTNAME = libdha.a -else -LIBNAME = libdha.so.$(VERSION) endif SRCS_MPLAYER = libdha.c \