[vlc-commits] Deprecate extras/contrib
Rafaël Carré
git at videolan.org
Sat Nov 26 21:04:49 CET 2011
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sat Nov 26 15:04:09 2011 -0500| [4e56bb9c3a6b765fd01ec387168b849dab996a2f] | committer: Rafaël Carré
Deprecate extras/contrib
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4e56bb9c3a6b765fd01ec387168b849dab996a2f
---
extras/contrib/bootstrap | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/extras/contrib/bootstrap b/extras/contrib/bootstrap
index f45a721..958e0b7 100755
--- a/extras/contrib/bootstrap
+++ b/extras/contrib/bootstrap
@@ -24,6 +24,11 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
# ***************************************************************************
+echo "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
set -e
More information about the vlc-commits
mailing list