diff options
author | Diego Biurrun | 2008-03-25 15:24:41 +0000 |
---|---|---|
committer | Diego Biurrun | 2008-03-25 15:24:41 +0000 |
commit | 5ce265a1dea888c4a5f23ae6d7dfaedaf38c07ef (patch) | |
tree | 7daa38458dd51728cb4c16309061373696d18964 /configure | |
parent | 4f854758f7f2b86db02c1a17e7b0272419496509 (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-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ;; |