[Mplayer-cvslog] CVS: main/libdha Makefile,1.4,1.5
Atmosfear
atmos4 at mplayer.dev.hu
Tue Jan 15 13:10:22 CET 2002
Update of /cvsroot/mplayer/main/libdha
In directory mplayer:/var/tmp.root/cvs-serv29757/libdha
Modified Files:
Makefile
Log Message:
Fix for cygwin.
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libdha/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile 12 Jan 2002 17:11:01 -0000 1.4
+++ Makefile 15 Jan 2002 12:10:19 -0000 1.5
@@ -4,7 +4,11 @@
VERSION = 0.1
+ifeq ($(TARGET_OS),CYGWIN)
+SHORTNAME = libdha.dll
+else
SHORTNAME = libdha.so
+endif
LIBNAME = libdha-$(VERSION).so
SRCS=libdha.c pci.c pci_names.c
More information about the MPlayer-cvslog
mailing list