diff options
author | wsnipex <wsnipex@a1.net> | 2012-12-14 10:33:30 +0100 |
---|---|---|
committer | wsnipex <wsnipex@a1.net> | 2012-12-14 10:33:30 +0100 |
commit | c6228c72210e70e7474cd5ba4cc8bb72eb599c2b (patch) | |
tree | 6fbf2c8d43088cfb04a240eb944749e2ede36b0d /configure.in | |
parent | a5f16301b9b5e8050838219e056353489cb0a0a0 (diff) |
fix: --enable-libvorbisenc instead of --enable-vorbisenc (closes #13648)
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 366ff4a0d9..4db7fdef20 100644 --- a/configure.in +++ b/configure.in @@ -483,7 +483,7 @@ AC_ARG_ENABLE([libmp3lame], [use_libmp3lame=$enableval], [use_libmp3lame=auto]) -AC_ARG_ENABLE([vorbisenc], +AC_ARG_ENABLE([libvorbisenc], [AS_HELP_STRING([--enable-libvorbisenc], [enable vorbis encoder support (default is auto)])], [use_libvorbisenc=$enableval], |