[vlc-devel] commit: No need for --with-tree options as the contribs are installed ( Christophe Mutricy )

Derk-Jan Hartman hartman at videolan.org
Thu Jul 24 23:27:32 CEST 2008


On 23 jul 2008, at 23:47, git version control wrote:
> vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> |  
> Mon Jul 21 23:40:58 2008 +0100|  
> [565fb0b29d31d0f1fe06970d6f56d6ab8caf1f22]
>
> No need for --with-tree options as the contribs are installed

Installed yes, but not properly detected by configure it seems. I  
happened to bootstrap today, and suddenly I lost my live module. Spent  
some time trying to figure out why, and this seems to be the cause.
I'm working on live555 now, so not looking into this right now, but we  
definitely should.

DJ

>> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=565fb0b29d31d0f1fe06970d6f56d6ab8caf1f22
> ---
>
> configure.ac |    6 ------
> 1 files changed, 0 insertions(+), 6 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 351db9e..bfbe3ce 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -130,12 +130,6 @@ AC_ARG_WITH(contrib,
>     LDFLAGS="${LDFLAGS} -L${topdir}/extras/contrib/lib"
>     LDFLAGS_save="${LDFLAGS_save} -L${topdir}/extras/contrib/lib"
>
> -    if test -z $with_live555_tree; then
> -       with_live555_tree=${topdir}/extras/contrib/src/live
> -    fi
> -    if test -z $with_goom_tree; then
> -       with_goom_tree=${topdir}/extras/contrib/src/goom
> -    fi
>     if test -z $with_mozilla_sdk_path; then
>        with_mozilla_sdk_path=${topdir}/extras/contrib/gecko-sdk
>     fi



More information about the vlc-devel mailing list