mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-29 22:00:58 +02:00
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:
parent
84c22efdfb
commit
4581fdffac
6
configure
vendored
6
configure
vendored
@ -585,6 +585,7 @@ MINGW32*)
|
|||||||
mingw32="yes"
|
mingw32="yes"
|
||||||
;;
|
;;
|
||||||
CYGWIN*)
|
CYGWIN*)
|
||||||
|
shlibdir='${PREFIX}/bin'
|
||||||
v4l="no"
|
v4l="no"
|
||||||
v4l2="no"
|
v4l2="no"
|
||||||
audio_oss="yes"
|
audio_oss="yes"
|
||||||
@ -593,6 +594,11 @@ vhook="no"
|
|||||||
extralibs=""
|
extralibs=""
|
||||||
cygwin="yes"
|
cygwin="yes"
|
||||||
EXESUF=".exe"
|
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)
|
Linux)
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user