mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 03:59:43 +00:00
Shared libraries should go in $PREFIX on MinGW.
Originally committed as revision 5931 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e35a3b7d65
commit
1066a99540
3
configure
vendored
3
configure
vendored
@ -885,7 +885,8 @@ EOF
|
||||
SLIB_EXTRA_CMD="-lib /machine:i386 /def:\$(@:${SLIBSUF}=.def)"
|
||||
FFLDFLAGS="-Wl,--output-def,\$(@:${SLIBSUF}=.def),--out-implib,lib\$(SLIBNAME:\$(SLIBSUF)=.dll.a)"
|
||||
if test "$force_prefix" != yes; then PREFIX="$PROGRAMFILES/FFmpeg"; fi
|
||||
if test "$force_libdir" != yes; then bindir="$PREFIX"; fi
|
||||
if test "$force_libdir" != yes; then bindir='${PREFIX}'; fi
|
||||
shlibdir='${PREFIX}'
|
||||
fi
|
||||
|
||||
# Combine FFLDFLAGS, EXTRALDFLAGS and the LDFLAGS environment variable.
|
||||
|
Loading…
Reference in New Issue
Block a user