diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-07-10 00:19:38 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-07-10 00:19:38 +0000 |
commit | 7b0cd9ee2b09e5c6d7e11b3cc05e7839b3809b40 (patch) | |
tree | f4276c73e3fc50e99ed62c1fcfa9dcfd2206faa0 /configure | |
parent | d7b34d08317ec559c6ae19f1b63c1f4845c0fd27 (diff) | |
download | ffmpeg-7b0cd9ee2b09e5c6d7e11b3cc05e7839b3809b40.tar.gz |
Move MinGW LDFLAGS setting to configure.
Originally committed as revision 5699 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1166,6 +1166,7 @@ EOF if test "$mingwce" = "yes"; then protocols="no" fi + LDFLAGS=-Wl,--output-def,$(@:.dll=.def),--out-implib,lib$(SLIBNAME:$(SLIBSUF)=.dll.a) SLIBPREF="" SLIBSUF=".dll" EXESUF=".exe" |