OSDN Git Service

- Contrib pack updated to 006
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 16 Jul 2007 18:40:23 +0000 (18:40 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 16 Jul 2007 18:40:23 +0000 (18:40 +0000)
- LibDVDRead now compiled with GCC4 instead of GCC3.
- Updated x264 and dca

git-svn-id: svn://localhost/HandBrake/trunk@700 b64f7644-9d1e-0410-96f1-a4d463321fa5

DownloadCygWinContribBinaries.sh

index fb433ec..937f563 100644 (file)
@@ -1,12 +1,12 @@
 #! /bin/sh
 
 HOST=http://download.m0k.org
-FILE=contribbin-cygwin-0005.tar.gz
+FILE=contribbin-cygwin-0006.tar.gz
 URL=$HOST/handbrake/contrib/$FILE
 
 # Get and install the package
 echo "Getting contribs ($VERSION)..."
-( cd contrib && rm -f contribbin-cygwin-0005.tar.gz && wget $URL && rm -Rf lib include && tar xzf contribbin-cygwin-0005.tar.gz && ranlib lib/*.a ) || exit 1
+( cd contrib && rm -f contribbin-cygwin-0006.tar.gz && wget $URL && rm -Rf lib include && tar xzf contribbin-cygwin-0006.tar.gz && ranlib lib/*.a ) || exit 1
 
 exit 0