Refer to transitions in the presence-or-lack-thereof of progressive flags on MPEG...
[HandBrake.git] / DownloadCygWinContribBinaries.sh
bloba72ea6ebe89c8ac95078fe88787ce599e067b230
1 #! /bin/sh
3 HOST=http://download.m0k.org
4 FILE=contribbin-cygwin-0014.tar.gz
5 URL=$HOST/handbrake/contrib/$FILE
7 # Get and install the package
8 echo "Getting contribs ($VERSION)..."
9 ( cd contrib && rm -f contribbin-cygwin-0014.tar.gz && wget $URL && rm -Rf lib include && tar xzf contribbin-cygwin-0014.tar.gz && ranlib lib/*.a ) || exit 1
11 exit 0