diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-04-25 15:13:39 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-04-25 15:13:39 +0000 |
commit | 3ca4b65479f587d5d79080699d16cdd5c9ec7e0a (patch) | |
tree | 98a11110122af5f5108eb7a91fb7490086ec7bff /configure | |
parent | 66b32bf2729a186647af84892c68c1b7dbb70ef8 (diff) | |
download | ffmpeg-3ca4b65479f587d5d79080699d16cdd5c9ec7e0a.tar.gz |
os2.diff by (Paul Smedley // paul smedley info)
Originally committed as revision 4160 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -315,12 +315,12 @@ make="gmake" ;; OS/2) TMPE=$TMPE".exe" -ar="emxomfar -p64" +ar="emxomfar -p128" ranlib="echo ignoring ranlib" strip="echo ignoring strip" CFLAGS="-Zomf" LDFLAGS="-Zomf -Zstack 16384 -s" -SHFLAGS="" +SHFLAGS="-Zdll -Zomf" FFSLDFLAGS="" LIBPREF="" LIBSUF=".lib" @@ -333,7 +333,9 @@ audio_oss="no" dv1394="no" network="no" ffserver="no" +vhook="no" os2="yes" + ;; *) ;; esac |