[vlc-commits] Revert "win32 configure helper : allow to use in source dir contribs"

Rafaël Carré git at videolan.org
Sun Sep 25 18:43:21 CEST 2011


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sun Sep 25 12:42:05 2011 -0400| [63828e7c37b100696553b315aa501d69bacdc3d2] | committer: Rafaël Carré

Revert "win32 configure helper : allow to use in source dir contribs"

This reverts commit 0c16b5d0213fb853a21ab27b6859911749d30219.

The same effect can already be obtained by setting CONTRIB_DIR to "yes"

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

 extras/package/win32/configure-common.sh |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/extras/package/win32/configure-common.sh b/extras/package/win32/configure-common.sh
index 6abd5c9..8b33487 100755
--- a/extras/package/win32/configure-common.sh
+++ b/extras/package/win32/configure-common.sh
@@ -1,5 +1,4 @@
 [ -z $CONTRIB_DIR ] && export CONTRIB_DIR=/usr/win32
-[ "$CONTRIB_DIR" = no ] && export CONTRIB_DIR=""
 
   $CONFIGURE \
       --with-contrib="$CONTRIB_DIR" \



More information about the vlc-commits mailing list