[vlc-devel] commit: When using contribs, don' t set --with-a52-tree or --with-libmpeg2-tree (Derk-Jan Hartman )

git version control git at videolan.org
Thu Jul 10 23:12:15 CEST 2008


vlc | branch: master | Derk-Jan Hartman <hartman at videolan.org> | Thu Jul 10 22:54:02 2008 +0200| [46f77d8add706d1d5a7f064039f63ffd219aa826]

When using contribs, don't set --with-a52-tree or --with-libmpeg2-tree

These should both have been installed, ergo no need to use them from their src directory. (Does the same go for cyberlink? who uses it, and where? )
Now configure.ac won't be forced into the --tree modes for these codecs (which still use BUILTINS ). The latter also shows us that we still have decprecated BUILTINS stuff to cleanup.

Fixes #1682

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=46f77d8add706d1d5a7f064039f63ffd219aa826
---

 configure.ac |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/configure.ac b/configure.ac
index 2518001..630e930 100644
--- a/configure.ac
+++ b/configure.ac
@@ -142,12 +142,6 @@ AC_ARG_WITH(contrib,
     if test -z $with_cyberlink_tree; then
        with_cyberlink_tree=${topdir}/extras/contrib/src/clinkcc
     fi
-    if test -z $with_libmpeg2_tree; then
-       with_libmpeg2_tree=${topdir}/extras/contrib/src/mpeg2dec
-    fi
-    if test -z $with_a52_tree; then
-       with_a52_tree=${topdir}/extras/contrib/src/a52dec
-    fi
 
     if test ".`uname -s`" = ".Darwin"; then
       export LD_LIBRARY_PATH=${topdir}/extras/contrib/lib:$LD_LIBRARY_PATH




More information about the vlc-devel mailing list