[vlc-devel] commit: No need for --with-tree options as the contribs are installed ( Christophe Mutricy )
git version control
git at videolan.org
Wed Jul 23 23:47:40 CEST 2008
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
> 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