Changeset 99614dd in ffmpeg
- Timestamp:
-
Oct 31, 2003, 10:27:37 AM
(21 years ago)
- Author:
- Michael Niedermayer <michaelni@gmx.at>
- Branches:
- master
- Children:
- ddaae6a
- Parents:
- 84f608f4
- git-author:
- Michel Bardiaux <mbardiaux@peaktime.be> (10/31/03 10:27:37)
- git-committer:
- Michael Niedermayer <michaelni@gmx.at> (10/31/03 10:27:37)
- Message:
-
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
-
File:
-
Legend:
- Unmodified
- Added
- Removed
-
r84f608f4
|
r99614dd
|
|
259 | 259 | LDFLAGS="$LDFLAGS -rdynamic" |
260 | 260 | ;; |
| 261 | IRIX*) |
| 262 | ranlib="echo ignoring ranlib" |
| 263 | v4l="no" |
| 264 | audio_oss="no" |
| 265 | make="gmake" |
| 266 | ;; |
261 | 267 | OS/2) |
262 | 268 | TMPE=$TMPE".exe" |