Use = instead of == for extra portability.

patch from NetBSD pkgsrc proxied by Sergey Svishchev, svs+mplayer grep ru


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20209 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-10-14 15:26:43 +00:00
parent 47006b0d7d
commit ed61b6f982
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ done
# some configs
mpegnorm="-f $VCDMODE -b $vbr -B 260 -V 46"
if [ "$vnorm" == "SVCD" ]; then
if [ "$vnorm" = "SVCD" ]; then
[ $vbrset -eq 0 ] && vbr=2500
mplexnorm="-f $SVCDMODE -m 2 -V -b 230"
mpegnorm="-f $SVCDMODE -b $vbr -B 260 -V 230"