Skip to content
Snippets Groups Projects
Commit d5039327 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

Remove unused variable.

Originally committed as revision 8050 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent f55c7a33
No related branches found
No related tags found
No related merge requests found
...@@ -746,7 +746,6 @@ bigendian="no" ...@@ -746,7 +746,6 @@ bigendian="no"
# OS # OS
targetos=`uname -s` targetos=`uname -s`
beos_netserver="no" beos_netserver="no"
mingw32="no"
os2="no" os2="no"
wince="no" wince="no"
...@@ -1085,7 +1084,6 @@ case `tolower $targetos` in ...@@ -1085,7 +1084,6 @@ case `tolower $targetos` in
FFSERVERLDFLAGS=-Wl,-bind_at_load FFSERVERLDFLAGS=-Wl,-bind_at_load
;; ;;
mingw32*) mingw32*)
mingw32="yes"
if enabled_all shared static; then if enabled_all shared static; then
cat <<EOF cat <<EOF
You can only build one library type at once on MinGW. You can only build one library type at once on MinGW.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment