configure on SGI IRIX patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)

Originally committed as revision 2457 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michel Bardiaux 2003-10-31 10:27:37 +00:00 committed by Michael Niedermayer
parent 84f608f4a0
commit 99614dd4e9
1 changed files with 6 additions and 0 deletions

6
configure vendored
View File

@ -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"