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:
parent
84f608f4a0
commit
99614dd4e9
6
configure
vendored
6
configure
vendored
@ -258,6 +258,12 @@ echo "Missing inttypes.h, please copy cygwin_inttypes.h to" \
|
|||||||
Linux)
|
Linux)
|
||||||
LDFLAGS="$LDFLAGS -rdynamic"
|
LDFLAGS="$LDFLAGS -rdynamic"
|
||||||
;;
|
;;
|
||||||
|
IRIX*)
|
||||||
|
ranlib="echo ignoring ranlib"
|
||||||
|
v4l="no"
|
||||||
|
audio_oss="no"
|
||||||
|
make="gmake"
|
||||||
|
;;
|
||||||
OS/2)
|
OS/2)
|
||||||
TMPE=$TMPE".exe"
|
TMPE=$TMPE".exe"
|
||||||
ar="emxomfar -p64"
|
ar="emxomfar -p64"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user