[MPlayer-dev-eng] [PATCH] Depend on bio2jack version 0.2

Diego Biurrun diego at biurrun.de
Tue Aug 10 20:38:40 CEST 2004


ismail dönmez writes:
> Your humble awk-lovin' servant proposes attached patches

And gets them rejected again..

Why use

+        if ( ( test ! `bio2jack-config --version|cut -d"." -f2` -ge "2" ) ) ; then

if

+        if ( ( test ! `bio2jack-config --version` -ge "0.2" ) ) ; then

will do?  Your version will not accept version 1.0 or 1.1 etc.

Diego




More information about the MPlayer-dev-eng mailing list