mirror of https://github.com/mpv-player/mpv
Fix for cygwin.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4168 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
5bb60ff023
commit
a3c3bca337
|
@ -4,7 +4,11 @@ include ../config.mak
|
|||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue