source: extensions/gsdl-video/trunk/build-srcpack/packages/CASCADE-MAKE.sh@ 18933

Last change on this file since 18933 was 18429, checked in by davidb, 15 years ago

Additional tweaks to install scripts based on compilation results from testing on a different linux distribution

File size: 281 bytes
Line 
1#!/bin/bash
2
3
4for d in A52DEC LAME FAAC FAAD2 LIBOGG LIBVORBIS LIBTHEORA FFMPEG RUBY FLVTOOL2 LIBJPEG ; do
5 echo " Running CASCADE-MAKE/$d.sh $*"
6
7 ./CASCADE-MAKE/$d.sh $*
8
9 if [ $? != 0 ] ; then
10 echo " Error encountered running CASCADE-MAKE/$d.sh"
11 exit 1
12 fi
13done
Note: See TracBrowser for help on using the repository browser.