Opened 14 years ago

Closed 14 years ago

#8540 closed patch (fixed)

osdsurface.h: No such file or directory

Reported by: l-case@… Owned by: Janne Grunau
Priority: minor Milestone: unknown
Component: MythTV - Video Playback Version: Unspecified
Severity: medium Keywords:
Cc: Ticket locked: no

Description

In videoout was left a old include:

videoout_quartz.cpp:62:24: error: osdsurface.h: No such file or directory

Index: libs/libmythtv/videoout_quartz.cpp
===================================================================
--- libs/libmythtv/videoout_quartz.cpp	(revision 25004)
+++ libs/libmythtv/videoout_quartz.cpp	(working copy)
@@ -59,7 +59,6 @@
 #import <QuickTime/QuickTime.h>
 
 #include "osd.h"
-#include "osdsurface.h"
 #include "mythconfig.h"
 #include "mythverbose.h"
 #include "videodisplayprofile.h"

Change History (1)

comment:1 Changed 14 years ago by markk

Resolution: fixed
Status: newclosed

(In [25028]) Remove a stray include missed in the libmythui-osd merge. Refs #7650. Closes #8540.

Note: See TracTickets for help on using tickets.