summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichel Bardiaux <mbardiaux@peaktime.be>2003-10-31 10:27:37 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-10-31 10:27:37 +0000
commit99614dd4e924c1083fdf35f49b1da95971dc416f (patch)
tree5e6c4e68e6a21613b8717326c77afe964b8b9a85 /configure
parent84f608f4a096d3fa31e966a25fea49dbba0e7ce8 (diff)
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
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"