Commit 0ef1f6c3 authored by diego's avatar diego

Shared libraries should go in $PREFIX on MinGW.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5931 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0a86c086
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment