diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-08-02 00:41:16 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-08-02 00:41:16 +0200 |
commit | 98a2f4e87b5c9439cf66a36b1089c7168206f9b2 (patch) | |
tree | ea5b3e37f98bf8d8c472242e49ad2eb56ece8286 /configure | |
parent | ec7ecb88117fd2d086f0be45ded9743c94100ef4 (diff) | |
download | ffmpeg-98a2f4e87b5c9439cf66a36b1089c7168206f9b2.tar.gz |
configure: reduce difference to qatar by 2 lines
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2894,7 +2894,7 @@ case $target_os in LIBTARGET=x64 fi elif check_cmd $dlltool --version; then - SLIB_EXTRA_CMD=-'$(DLLTOOL) -m $(LIBTARGET) -d $$(@:$(SLIBSUF)=.def) -l $(SUBDIR)$(SLIBNAME_WITH_MAJOR:$(SLIBSUF)=.lib) -D $(SLIBNAME_WITH_MAJOR)' + SLIB_EXTRA_CMD=-'$(DLLTOOL) -m $(LIBTARGET) -d $$(@:$(SLIBSUF)=.def) -l $(SUBDIR)$(SLIBNAME:$(SLIBSUF)=.lib) -D $(SLIBNAME_WITH_MAJOR)' fi SLIB_INSTALL_NAME='$(SLIBNAME_WITH_MAJOR)' SLIB_INSTALL_LINKS= @@ -3899,7 +3899,6 @@ DEPCC=$dep_cc DEPCCFLAGS=$DEPCCFLAGS \$(CPPFLAGS) DEPAS=$as DEPASFLAGS=$DEPASFLAGS \$(CPPFLAGS) -DLLTOOL=$dlltool YASM=$yasmexe DEPYASM=$yasmexe AR=$ar @@ -3918,6 +3917,7 @@ CC_O=$CC_O CXX_C=$CXX_C CXX_O=$CXX_O LD_O=$LD_O +DLLTOOL=$dlltool LDFLAGS=$LDFLAGS FFSERVERLDFLAGS=$FFSERVERLDFLAGS SHFLAGS=$SHFLAGS |