source: gs2-extensions/video/trunk/build-srcpack/packages/CASCADE-MAKE.sh@ 22517

Last change on this file since 22517 was 22517, checked in by max, 14 years ago

Added MediaInfo for Linux (Tested under Ubuntu Lucid)
Changed the MediaInfo default package for a tailored one
Compile MediaInfo with the automatic script

File size: 317 bytes
Line 
1#!/bin/bash
2
3
4for d in A52DEC LAME FAAC FAAD2 LIBOGG LIBVORBIS LIBTHEORA LIBJPEG FFMPEG LIBHIVE2 FFKEYFRAME RUBY FLVTOOL2 YAMDI MEDIAINFO ; 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.