summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-03-25 15:24:41 +0000
committerDiego Biurrun <diego@biurrun.de>2008-03-25 15:24:41 +0000
commit5ce265a1dea888c4a5f23ae6d7dfaedaf38c07ef (patch)
tree7daa38458dd51728cb4c16309061373696d18964 /configure
parent4f854758f7f2b86db02c1a17e7b0272419496509 (diff)
Rename --enable-sunmlib option to --enable-mlib.
Allows handling the option in a more standard way. Originally committed as revision 12588 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 7e030a61db..eee87f7a08 100755
--- a/configure
+++ b/configure
@@ -82,7 +82,7 @@ show_help(){
echo " --enable-x11grab enable X11 grabbing [default=no]"
echo
echo "External library support:"
- echo " --enable-sunmlib use Sun medialib [default=no]"
+ echo " --enable-mlib use Sun medialib [default=no]"
echo " --enable-liba52 enable GPLed liba52 support [default=no]"
echo " --enable-liba52bin open liba52.so.0 at runtime [default=no]"
echo " --enable-avisynth allow reading AVISynth script files [default=no]"
@@ -1027,7 +1027,7 @@ for opt do
;;
--cpu=*) cpu="$optval"
;;
- --enable-sunmlib) enable mlib
+ --enable-mlib) enable mlib
;;
--disable-devices) disable $INDEV_LIST $OUTDEV_LIST
;;