Commit 0d4f6ba6 authored by diego's avatar diego

Rename --enable-sunmlib option to --enable-mlib.

Allows handling the option in a more standard way.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12588 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 15b3b5df
......@@ -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
;;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment