diff options
author | Michael Kostylev <michael.kostylev@gmail.com> | 2007-12-24 12:49:27 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-12-24 12:49:27 +0000 |
commit | 4f365f37b578490f5a4df87847f5b78bec37a15b (patch) | |
tree | 69edbb8003fa76176ab5f0d6a6ace21135c6242c /configure | |
parent | 64bb7bd519403317428ac3aa29ccdd81294b78ba (diff) | |
download | ffmpeg-4f365f37b578490f5a4df87847f5b78bec37a15b.tar.gz |
djgpp port, first part
patch by Michael Kostylev, mik niipt ru
Originally committed as revision 11313 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1218,6 +1218,13 @@ case $targetos in SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(FULLNAME)-$(LIBMAJOR)$(SLIBSUF)' SHFLAGS='-shared -Wl,--enable-auto-image-base' ;; + *-dos|freedos|opendos) + enable memalign_hack + disable ffplay ffserver vhook + disable $INDEV_LIST $OUTDEV_LIST + network_extralibs="-lsocket" + EXESUF=".exe" + ;; linux) LDLATEFLAGS="-Wl,--as-needed $LDLATEFLAGS" enable dv1394 |