mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
Remove unused variable.
Originally committed as revision 8050 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f55c7a3359
commit
d5039327f1
2
configure
vendored
2
configure
vendored
@ -746,7 +746,6 @@ bigendian="no"
|
||||
# OS
|
||||
targetos=`uname -s`
|
||||
beos_netserver="no"
|
||||
mingw32="no"
|
||||
os2="no"
|
||||
wince="no"
|
||||
|
||||
@ -1085,7 +1084,6 @@ case `tolower $targetos` in
|
||||
FFSERVERLDFLAGS=-Wl,-bind_at_load
|
||||
;;
|
||||
mingw32*)
|
||||
mingw32="yes"
|
||||
if enabled_all shared static; then
|
||||
cat <<EOF
|
||||
You can only build one library type at once on MinGW.
|
||||
|
Loading…
x
Reference in New Issue
Block a user