forked from mia/Aegisub
Align --help messages (what a pain.)
Originally committed to SVN as r2011.
This commit is contained in:
parent
8749c97d9f
commit
1e6956338f
1 changed files with 2 additions and 2 deletions
|
@ -228,7 +228,7 @@ fi
|
||||||
|
|
||||||
if test "$with_ffmpeg" = "yes"; then
|
if test "$with_ffmpeg" = "yes"; then
|
||||||
|
|
||||||
AC_ARG_ENABLE(broken-mp3, [--enable-broken-mp3 Enable the use of FFMPEG w/out LAME compiled in.])
|
AC_ARG_ENABLE(broken-mp3, [ --enable-broken-mp3 Enable the use of FFMPEG w/out LAME compiled in.])
|
||||||
AC_MSG_CHECKING([whether ffmpeg has LAME compiled in])
|
AC_MSG_CHECKING([whether ffmpeg has LAME compiled in])
|
||||||
aegisub_save_LDFLAGS="$LDFLAGS"
|
aegisub_save_LDFLAGS="$LDFLAGS"
|
||||||
AC_LANG(C)
|
AC_LANG(C)
|
||||||
|
|
Loading…
Reference in a new issue