<div dir="ltr"><div>configure complains that vorbis is not found even --disable-ogg is specified.<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-04-09 15:09 GMT+08:00 Rafaël Carré <span dir="ltr"><<a href="mailto:funman@videolan.org" target="_blank">funman@videolan.org</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<div class=""><br>
On 04/09/14 06:25, Ming Hu wrote:<br>
> ---<br>
>  <a href="http://configure.ac" target="_blank">configure.ac</a> | 8 +++++---<br>
>  1 file changed, 5 insertions(+), 3 deletions(-)<br>
><br>
> diff --git a/<a href="http://configure.ac" target="_blank">configure.ac</a> b/<a href="http://configure.ac" target="_blank">configure.ac</a><br>
> index 3d1b67a..4ef6f89 100644<br>
> --- a/<a href="http://configure.ac" target="_blank">configure.ac</a><br>
> +++ b/<a href="http://configure.ac" target="_blank">configure.ac</a><br>
> @@ -2000,9 +2000,11 @@ dnl<br>
>  dnl  ogg demux plugin<br>
>  dnl<br>
>  PKG_ENABLE_MODULES_VLC([OGG], [], [ogg >= 1.0], [Ogg demux support], [auto])<br>
> -PKG_CHECK_MODULES(LIBVORBIS, [vorbis >= 1.1], [<br>
> -    AC_DEFINE(HAVE_LIBVORBIS, 1, [Define to 1 if you have the libvorbis])<br>
> -],[])<br>
<br>
</div>What is wrong with this currently?<br>
<br>
Its only action is to define HAVE_LIBVORBIS if vorbis exists, so configure<br>
should not fail if vorbis is not found.<br>
<div class=""><br>
> +if test "x${enable_ogg}" = "xyes"; then<br>
> +    PKG_CHECK_MODULES(LIBVORBIS, [vorbis >= 1.1], [<br>
> +        AC_DEFINE(HAVE_LIBVORBIS, 1, [Define to 1 if you have the libvorbis])<br>
> +    ],[])<br>
> +fi<br>
>  PKG_ENABLE_MODULES_VLC([OGG], [], [ogg >= 1.0], [Ogg demux support], [auto], [${LIBVORBIS_CFLAGS}], [${LIBVORBIS_LIBS}])<br>
>  if test "${enable_sout}" != "no"; then<br>
>      PKG_ENABLE_MODULES_VLC([MUX_OGG], [], [ogg >= 1.0], [Ogg mux support], [auto])<br>
><br>
</div>_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="https://mailman.videolan.org/listinfo/vlc-devel" target="_blank">https://mailman.videolan.org/listinfo/vlc-devel</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>language: Chinese, Japanese, English
</div>