[MPlayer-cvslog] r22601 - trunk/libdha/Makefile

diego subversion at mplayerhq.hu
Thu Mar 15 10:07:23 CET 2007


Author: diego
Date: Thu Mar 15 10:07:22 2007
New Revision: 22601

Modified:
   trunk/libdha/Makefile

Log:
Simplify conditional expression.


Modified: trunk/libdha/Makefile
==============================================================================
--- trunk/libdha/Makefile	(original)
+++ trunk/libdha/Makefile	Thu Mar 15 10:07:22 2007
@@ -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 \



More information about the MPlayer-cvslog mailing list