Ignore:
Timestamp:
2009-01-28T12:10:03+13:00 (15 years ago)
Author:
davidb
Message:

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

Location:
extensions/gsdl-video/trunk/packages/cmdline
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/gsdl-video/trunk/packages/cmdline/CASCADE-MAKE.sh

    r18425 r18429  
    22
    33
    4 for d in A52DEC LAME FAAC FAAD2 FFMPEG RUBY FLVTOOL2 LIBJPEG ; do
     4for d in A52DEC LAME FAAC FAAD2 LIBOGG LIBVORBIS LIBTHEORA FFMPEG RUBY FLVTOOL2 LIBJPEG ; do
    55  echo "    Running CASCADE-MAKE/$d.sh $*"
    66
  • extensions/gsdl-video/trunk/packages/cmdline/CASCADE-MAKE/FAAD2.sh

    r18425 r18429  
    2424  ( cd $package$version ; \
    2525    autoreconf -vif
    26     echo ./configure --prefix=$prefix --with-mp4v2 ; \
    27     ./configure --prefix=$prefix --with-mp4v2 )
     26    echo ./configure --prefix=$prefix ; \
     27    ./configure --prefix=$prefix )
    2828  if [ $? != 0 ] ; then
    2929      echo "      Error encountered running *configure* stage of $progname"
Note: See TracChangeset for help on using the changeset viewer.