[MPlayer-dev-eng] [PATCH] Fix typo in configure file

Jerome Mainka mainka at antidot.net
Wed Jan 29 12:27:59 CET 2003


The use of unrar library is set by switching the unrarlib option.
Unfortunately configure checks that the option --enable-unralib
(without the s) is set.
Here is a patch

--- configure.orig      Wed Jan 29 12:22:32 2003
+++ configure   Wed Jan 29 12:22:39 2003
@@ -1234,7 +1234,7 @@
    --disable-big-endian) _big_endian=no  ;;
    --enable-freetype)    _freetype=yes   ;;
    --disable-freetype)   _freetype=no    ;;
-  --enable-unralib)    _unrarlib=yes   ;;
+  --enable-unrarlib)   _unrarlib=yes   ;;
    --disable-unrarlib)  _unrarlib=no    ;;

    --enable-dga) _dga=auto ;; # as we don't know if it's 1 or 2



More information about the MPlayer-dev-eng mailing list