Cygwin shared libraries support, patch by Víctor Paesa wzrlpy at arsystel com.

Originally committed as revision 5756 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Víctor Paesa 2006-07-15 23:05:16 +00:00 committed by Diego Biurrun
parent 84c22efdfb
commit 4581fdffac
1 changed files with 6 additions and 0 deletions

6
configure vendored
View File

@ -585,6 +585,7 @@ MINGW32*)
mingw32="yes"
;;
CYGWIN*)
shlibdir='${PREFIX}/bin'
v4l="no"
v4l2="no"
audio_oss="yes"
@ -593,6 +594,11 @@ vhook="no"
extralibs=""
cygwin="yes"
EXESUF=".exe"
SLIBPREF="cyg"
SLIBSUF=".dll"
SLIBNAME_WITH_VERSION='$(SLIBPREF)$(NAME)-$(LIBVERSION)$(SLIBSUF)'
SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(NAME)-$(LIBMAJOR)$(SLIBSUF)'
SHFLAGS='-shared -Wl,--out-implib=lib$(NAME).dll.a'
;;
Linux)
;;