From 99614dd4e924c1083fdf35f49b1da95971dc416f Mon Sep 17 00:00:00 2001 From: Michel Bardiaux Date: Fri, 31 Oct 2003 10:27:37 +0000 Subject: [PATCH] configure on SGI IRIX patch by (Michel Bardiaux ) Originally committed as revision 2457 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configure b/configure index 018e5d35e7..8409bba518 100755 --- 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"