Ticket #1262: configure.diff
| File configure.diff, 674 bytes (added by , 18 years ago) |
|---|
-
configure
2817 2817 if test $_winsock2 = yes ; then 2818 2818 _ld_sock="-lws2_32" 2819 2819 _def_winsock2='#define HAVE_WINSOCK2 1' 2820 _def_winsock2_h='#define HAVE_WINSOCK2_H 1' 2820 2821 else 2821 2822 _def_winsock2='#undef HAVE_WINSOCK2' 2823 _def_winsock2_h='#undef HAVE_WINSOCK2_H' 2822 2824 fi 2823 2825 2824 2826 … … 8632 8634 /* enable winsock2 instead of Unix functions*/ 8633 8635 $_def_winsock2 8634 8636 8637 /* ffmpeg libavformat expects HAVE_WINSOCK2_H instead of HAVE_WINSOCK2 */ 8638 $_def_winsock2_h 8639 8635 8640 /* define this to use inet_aton() instead of inet_pton() */ 8636 8641 $_def_use_aton 8637 8642
