source: gs2-extensions/video-and-audio/trunk/src/build-srcpack/packages/CASCADE-MAKE-NG.sh@ 36200

Last change on this file since 36200 was 36200, checked in by davidb, 2 years ago

Next Generation version to compile up ffmpeg and handbrake

  • Property svn:executable set to *
File size: 329 bytes
Line 
1#!/bin/bash
2
3
4for d in A52DEC LAME FAAC LIBOGG LIBVORBIS LIBTHEORA LIBJPEG YASM FFMPEG-NG MEDIAINFO M4 AUTOCONF AUTOMAKE LIBTOOL NASM HANDBRAKE ; do
5 echo " Running CASCADE-MAKE-NG/$d.sh $*"
6
7 ./CASCADE-MAKE/$d.sh $*
8
9 if [ $? != 0 ] ; then
10 echo " Error encountered running CASCADE-MAKE-NG/$d.sh"
11 exit 1
12 fi
13done
Note: See TracBrowser for help on using the repository browser.