Skip to content

Commit

Permalink
libmythtv: Rename MythBDOverlayScreen file
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-kendall committed Apr 12, 2020
1 parent e5cf70d commit b421b39
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Expand Up @@ -4,8 +4,8 @@
// MythTV
#include "mythuiimage.h"
#include "mythpainter.h"
#include "bdringbuffer.h"
#include "bdoverlayscreen.h"
#include "Bluray/bdringbuffer.h"
#include "Bluray/mythbdoverlayscreen.h"

#define LOC QString("BDScreen: ")

Expand Down
4 changes: 2 additions & 2 deletions mythtv/libs/libmythtv/libmythtv.pro
Expand Up @@ -325,8 +325,8 @@ using_frontend {
SOURCES += Bluray/mythbdplayer.cpp
HEADERS += Bluray/mythbddecoder.h
SOURCES += Bluray/mythbddecoder.cpp
HEADERS += Bluray/bdoverlayscreen.h
SOURCES += Bluray/bdoverlayscreen.cpp
HEADERS += Bluray/mythbdoverlayscreen.h
SOURCES += Bluray/mythbdoverlayscreen.cpp
}
!using_libbluray_external {
INCLUDEPATH += ../../external/libmythbluray/src
Expand Down
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/osd.cpp
Expand Up @@ -25,7 +25,7 @@
#include "interactivescreen.h"
#include "osd.h"
#include "Bluray/bdringbuffer.h"
#include "Bluray/bdoverlayscreen.h"
#include "Bluray/mythbdoverlayscreen.h"
#include "tv_actions.h"

#define LOC QString("OSD: ")
Expand Down

0 comments on commit b421b39

Please sign in to comment.