summaryrefslogtreecommitdiffstats
path: root/libdha
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-15 09:05:03 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-15 09:05:03 +0000
commit5ed5b18cd01a6c8dba98877bb8a84a03e92ee058 (patch)
tree3a8a9c9b83c4439ee50295204e705e5830957f39 /libdha
parenta6dd4af10d0493e4dfe6ad101d72e5c24c1a2a7f (diff)
downloadmpv-5ed5b18cd01a6c8dba98877bb8a84a03e92ee058.tar.bz2
mpv-5ed5b18cd01a6c8dba98877bb8a84a03e92ee058.tar.xz
Remove Cygwin case from conditional, it's overridden by the Win32 case.
This time without stray garbage mixed in... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22600 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libdha')
-rw-r--r--libdha/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/libdha/Makefile b/libdha/Makefile
index f63d30c940..a01bdf63de 100644
--- a/libdha/Makefile
+++ b/libdha/Makefile
@@ -4,12 +4,8 @@ MAJOR_VERSION = 1
MINOR_VERSION = 0
VERSION = $(MAJOR_VERSION).$(MINOR_VERSION)
-ifeq ($(TARGET_OS),CYGWIN)
-SHORTNAME = libdha.dll
-else
SHORTNAME = libdha.so.$(MAJOR_VERSION)
VSHORTNAME = libdha.so
-endif
ifeq ($(TARGET_WIN32),yes)
LIBNAME = libdha.a
SHORTNAME = libdha.a