1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-25 04:38:01 +00:00

unkow parameter fix.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2784 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pontscho 2001-11-09 13:20:17 +00:00
parent 9c2e035516
commit 9c5e73182e

3
configure vendored
View File

@ -1601,6 +1601,9 @@ for ac_option do
;;
--as=*)
;;
*)
die "Unknow parameter: $ac_option"
;;
esac
done