]> git.sesse.net Git - vlc/commitdiff
No need for --with-tree options as the contribs are installed
authorChristophe Mutricy <xtophe@videolan.org>
Mon, 21 Jul 2008 22:40:58 +0000 (23:40 +0100)
committerChristophe Mutricy <xtophe@videolan.org>
Wed, 23 Jul 2008 21:49:30 +0000 (22:49 +0100)
configure.ac

index 351db9e189925337e0fa7b0f25dd8354770e2668..bfbe3ced8abbffeeefa6bbe64d9e7adcaf38ac61 100644 (file)
@@ -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