Opened 16 years ago

Closed 16 years ago

#1262 closed defect (fixed)

External dependency ffmpeg/libavformat expects HAVE_WINSOCK2_H to be defined

Reported by: serge.levin.spb@… Owned by: diego@…
Priority: normal Component: build system
Version: HEAD Severity: normal
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

configure script defines only HAVE_WINSOCK2 which is used in mplayer, but external dependency ffmpeg/libavformat expects HAVE_WINSOCK2_H, not HAVE_WINSOCK2.

Attachments (1)

configure.diff (674 bytes ) - added by serge.levin.spb@… 16 years ago.
patch to define HAVE_WINSOCK2_H syde-by-side with HAVE_WINSOCK2

Download all attachments as: .zip

Change History (4)

by serge.levin.spb@…, 16 years ago

Attachment: configure.diff added

patch to define HAVE_WINSOCK2_H syde-by-side with HAVE_WINSOCK2

comment:1 by serge.levin.spb@…, 16 years ago

comment:2 by serge.levin.spb@…, 16 years ago

Although it might be better to change HAVE_WINSOCK2 to HAVE_WINSOCK2_H everywhere it is met in mplayer sources, because such definition is a bit more 'classic' configure script output.

comment:3 by diego@…, 16 years ago

Resolution: fixed
Status: newclosed

I renamed all HAVE_WINSOCK occurrences to HAVE_WINSOCK_H.

Note: See TracTickets for help on using tickets.