提交 4581fdff 编写于 作者: V Víctor Paesa 提交者: Diego Biurrun

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
上级 84c22efd
......@@ -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)
;;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册