diff options
author | Michel Bardiaux <mbardiaux@peaktime.be> | 2003-10-31 10:27:37 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-10-31 10:27:37 +0000 |
commit | 99614dd4e924c1083fdf35f49b1da95971dc416f (patch) | |
tree | 5e6c4e68e6a21613b8717326c77afe964b8b9a85 /configure | |
parent | 84f608f4a096d3fa31e966a25fea49dbba0e7ce8 (diff) | |
download | ffmpeg-99614dd4e924c1083fdf35f49b1da95971dc416f.tar.gz |
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-x | configure | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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" |