Commit 927bc41c authored by diego's avatar diego

MinGW should set FFLDFLAGS and not LDFLAGS so that the LDFLAGS env var works.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5703 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 66c73e5c
......@@ -868,7 +868,8 @@ EOF
if test "$mingwce" = "yes"; then
protocols="no"
fi
LDFLAGS=-Wl,--output-def,$(@:.dll=.def),--out-implib,lib$(SLIBNAME:$(SLIBSUF)=.dll.a)
#FIXME: This ignores --extra-ldflags.
FFLDFLAGS=-Wl,--output-def,$(@:.dll=.def),--out-implib,lib$(SLIBNAME:$(SLIBSUF)=.dll.a)
SLIBPREF=""
SLIBSUF=".dll"
EXESUF=".exe"
......
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