mirror of
https://github.com/mpv-player/mpv
synced 2025-03-30 07:18:17 +00:00
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:
parent
47006b0d7d
commit
ed61b6f982
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user