Opened 16 years ago

Closed 16 years ago

#5328 closed defect (fixed)

ws2_32 required to compile mythvideo plugin under QT4

Reported by: arnonm@… Owned by: Anduin Withers
Priority: minor Milestone: 0.22
Component: mythvideo Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Apperently QT4 defaults don't include ws2_32 required by mythvideo/mtd due to gethostname

Adding to mythplugins/mythvideo/mtd/mtd.pro win32:LIBS += -lws2_32

solves the issue

Change History (1)

comment:1 Changed 16 years ago by Anduin Withers

Resolution: fixed
Status: newclosed

(In [17290]) Closes #5328

Add Winsock2 lib for gethostname().

Note: See TracTickets for help on using tickets.