1 --- src/pspvc-install-0.3/install.sh.old 2011-08-06 18:38:49.298535433 +0100
2 +++ src/pspvc-install-0.3/install.sh 2011-08-06 18:39:38.238538266 +0100
9 - INSTALLDIR=/usr/local/
10 + echo "Invalid package directory"
16 if [ $INST_X264 -eq 1 ]; then
17 tar xjvf ../archives/x264-svn-20061014.tar.bz2
19 - ./configure --enable-pthread --prefix=$INSTALLDIR/share/pspvc
20 + ./configure --enable-pthread --enable-shared --prefix=$INSTALLDIR/share/pspvc
26 # patch -p1 < ../../archives/ffmpeg-mh-unix.patch
27 # patch -p1 < ../../archives/ffmpeg-lrintf.patch
28 + patch -p1 < ../../../grab.patch
29 ./configure --enable-a52 --enable-faac --enable-x264 --enable-gpl --enable-xvid --enable-pthreads --prefix=$INSTALLDIR/share/pspvc --disable-debug --extra-cflags=-I$INSTALLDIR/share/pspvc/include --extra-ldflags="-L$INSTALLDIR/share/pspvc/lib -lX11"
33 echo -e "\E[01;31mERROR during configure PSPVC"; tput sgr0
36 -cp archives/pspvc.desktop /usr/share/applications
37 +cp archives/pspvc.desktop $MENUDIR