summaryrefslogtreecommitdiffstats
path: root/libdha
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-15 09:07:22 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-15 09:07:22 +0000
commitb10bac0b6ac09ecc8e7d73548c8213f33f9b450a (patch)
treeec22bfc18e2d0e7a9e39ef390eefc79c7d21dbf4 /libdha
parent5ed5b18cd01a6c8dba98877bb8a84a03e92ee058 (diff)
downloadmpv-b10bac0b6ac09ecc8e7d73548c8213f33f9b450a.tar.bz2
mpv-b10bac0b6ac09ecc8e7d73548c8213f33f9b450a.tar.xz
Simplify conditional expression.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22601 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libdha')
-rw-r--r--libdha/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/libdha/Makefile b/libdha/Makefile
index a01bdf63de..ec7eab1deb 100644
--- a/libdha/Makefile
+++ b/libdha/Makefile
@@ -4,13 +4,12 @@ MAJOR_VERSION = 1
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 \