Commit 374812e3 authored by diego's avatar diego

100l: Add missing quotes to FFLDFLAGS in the MinGW section.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5704 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 927bc41c
......@@ -869,7 +869,7 @@ EOF
protocols="no"
fi
#FIXME: This ignores --extra-ldflags.
FFLDFLAGS=-Wl,--output-def,$(@:.dll=.def),--out-implib,lib$(SLIBNAME:$(SLIBSUF)=.dll.a)
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