[vlc-commits] Warn people about depreciation, do not block them.

Jean-Baptiste Kempf git at videolan.org
Sun Nov 27 01:03:21 CET 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Nov 27 01:03:03 2011 +0100| [7f71d43e9424959a0514b952bd9c29d08a65e0b0] | committer: Jean-Baptiste Kempf

Warn people about depreciation, do not block them.

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

 extras/contrib/bootstrap |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/extras/contrib/bootstrap b/extras/contrib/bootstrap
index 958e0b7..ed73e5a 100755
--- a/extras/contrib/bootstrap
+++ b/extras/contrib/bootstrap
@@ -24,10 +24,9 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
 # ***************************************************************************
 
-echo "This method to build 3rd party libraries has been deprecated.
+echo "WARNING: This method to build 3rd party libraries has been deprecated.
 Please use the /contrib folder instead of /extras/contrib.
 "
-exit 1
 
 LANG=C
 export LANG



More information about the vlc-commits mailing list