configure on SGI IRIX patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
authorMichel Bardiaux <mbardiaux@peaktime.be>
Fri, 31 Oct 2003 10:27:37 +0000 (10:27 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 31 Oct 2003 10:27:37 +0000 (10:27 +0000)
Originally committed as revision 2457 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 018e5d3..8409bba 100755 (executable)
--- a/configure
+++ b/configure
@@ -258,6 +258,12 @@ echo "Missing inttypes.h, please copy cygwin_inttypes.h to" \
 Linux)
 LDFLAGS="$LDFLAGS -rdynamic"
 ;;
+IRIX*)
+ranlib="echo ignoring ranlib"
+v4l="no"
+audio_oss="no"
+make="gmake"
+;;
 OS/2)
 TMPE=$TMPE".exe"
 ar="emxomfar -p64"