[FFmpeg-devel] [PATCH 2/2] configure: use watt socket library instead of libsocket library for djgpp builds
Peter Ross
pross at xvid.org
Sat Nov 24 14:41:04 EET 2018
rational:
libsocket development ceased in 2001. it only ever worked using windows virtual dos mode.
http://rich.phekda.org/richdawe/lsck/lsck_lnk.htm
watt-32 is maintained. it can work using dos or using windows virtual dos mode.
http://www.watt-32.net/
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index d3c036f82a..de71b806b9 100755
--- a/configure
+++ b/configure
@@ -5293,7 +5293,7 @@ case $target_os in
add_cppflags -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600
;;
*-dos|freedos|opendos)
- network_extralibs="-lsocket"
+ network_extralibs="-lwatt"
objformat="coff"
enable dos_paths
;;
--
2.17.1
-- Peter
(A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20181124/60787174/attachment.sig>
More information about the ffmpeg-devel
mailing list