Opened 18 years ago

Closed 18 years ago

#2190 closed defect (fixed)

videoout_xv.cpp needs to include fourcc.h

Reported by: stuart@… Owned by: Nigel
Priority: minor Milestone: unknown
Component: mythtv Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

videoout_xv.cpp:836: error: 'GUID_I420_PLANAR' was not declared in this scope videoout_xv.cpp:837: error: 'GUID_IYUV_PLANAR' was not declared in this scope videoout_xv.cpp:848: error: 'GUID_YV12_PLANAR' was not declared in this scope

The definitions were removed from util-xv.h in 10797

Change History (1)

comment:1 Changed 18 years ago by stuartm

Resolution: fixed
Status: newclosed

(In [10799]) Include fourcc.h in videoout_xv.cpp. Refs #2187 Fixes #2190

Note: See TracTickets for help on using tickets.