Skip to content

Commit

Permalink
libmythtv: Rename MythBDBuffer file
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-kendall committed Apr 12, 2020
1 parent b421b39 commit 78cdfb9
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
Expand Up @@ -18,7 +18,7 @@
#include "tv_actions.h"
#include "Bluray/mythbdiowrapper.h"
#include "Bluray/mythbdinfo.h"
#include "Bluray/bdringbuffer.h"
#include "Bluray/mythbdbuffer.h"

// Std
#include <fcntl.h>
Expand All @@ -35,7 +35,7 @@
#endif
#include "libbluray/keys.h"

#define LOC QString("BDRingBuf: ")
#define LOC QString("BDBuffer: ")

static void HandleOverlayCallback(void *Data, const bd_overlay_s *const Overlay)
{
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions mythtv/libs/libmythtv/Bluray/mythbddecoder.cpp
@@ -1,7 +1,7 @@
// MythTV
#include "iso639.h"
#include "mythbdplayer.h"
#include "bdringbuffer.h"
#include "Bluray/mythbdplayer.h"
#include "Bluray/mythbdbuffer.h"
#include "Bluray/mythbddecoder.h"

#define LOC QString("BDDecoder: ")
Expand Down
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/Bluray/mythbdoverlayscreen.cpp
Expand Up @@ -4,7 +4,7 @@
// MythTV
#include "mythuiimage.h"
#include "mythpainter.h"
#include "Bluray/bdringbuffer.h"
#include "Bluray/mythbdbuffer.h"
#include "Bluray/mythbdoverlayscreen.h"

#define LOC QString("BDScreen: ")
Expand Down
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/Bluray/mythbdplayer.cpp
@@ -1,4 +1,4 @@
#include "Bluray/bdringbuffer.h"
#include "Bluray/mythbdbuffer.h"
#include "Bluray/mythbddecoder.h"
#include "Bluray/mythbdplayer.h"

Expand Down
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/decoders/avformatdecoder.cpp
Expand Up @@ -35,7 +35,7 @@ using namespace std;
#include "videodisplayprofile.h"
#include "mythuihelper.h"
#include "DVD/mythdvdbuffer.h"
#include "Bluray/bdringbuffer.h"
#include "Bluray/mythbdbuffer.h"
#include "mythavutil.h"

#include "lcddevice.h"
Expand Down
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/decoders/decoderbase.cpp
Expand Up @@ -10,7 +10,7 @@ using namespace std;
#include "programinfo.h"
#include "iso639.h"
#include "DVD/mythdvdbuffer.h"
#include "Bluray/bdringbuffer.h"
#include "Bluray/mythbdbuffer.h"
#include "mythcodeccontext.h"

#define LOC QString("Dec: ")
Expand Down
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/io/mythmediabuffer.cpp
Expand Up @@ -18,7 +18,7 @@
#include "mythlogging.h"
#include "DVD/mythdvdbuffer.h"
#include "DVD/mythdvdstream.h"
#include "Bluray/bdringbuffer.h"
#include "Bluray/mythbdbuffer.h"
#include "HLS/httplivestreambuffer.h"
#include "mythcdrom.h"
#include "io/mythmediabuffer.h"
Expand Down
4 changes: 2 additions & 2 deletions mythtv/libs/libmythtv/libmythtv.pro
Expand Up @@ -313,11 +313,11 @@ LIBS += -lmythdvdnav-$$LIBVERSION

#Bluray stuff
HEADERS += Bluray/mythbdiowrapper.h
HEADERS += Bluray/bdringbuffer.h
HEADERS += Bluray/mythbdbuffer.h
HEADERS += Bluray/mythbdinfo.h
HEADERS += Bluray/mythbdoverlay.h
SOURCES += Bluray/mythbdiowrapper.cpp
SOURCES += Bluray/bdringbuffer.cpp
SOURCES += Bluray/mythbdbuffer.cpp
SOURCES += Bluray/mythbdinfo.cpp
SOURCES += Bluray/mythbdoverlay.cpp
using_frontend {
Expand Down
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/osd.cpp
Expand Up @@ -24,7 +24,7 @@
#include "subtitlescreen.h"
#include "interactivescreen.h"
#include "osd.h"
#include "Bluray/bdringbuffer.h"
#include "Bluray/mythbdbuffer.h"
#include "Bluray/mythbdoverlayscreen.h"
#include "tv_actions.h"

Expand Down
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/tv_play.cpp
Expand Up @@ -52,7 +52,7 @@ using namespace std;

// libmythtv
#include "DVD/mythdvdbuffer.h"
#include "Bluray/bdringbuffer.h"
#include "Bluray/mythbdbuffer.h"
#include "remoteencoder.h"
#include "tvremoteutil.h"
#include "mythplayer.h"
Expand Down
2 changes: 1 addition & 1 deletion mythtv/programs/mythfrontend/main.cpp
Expand Up @@ -105,7 +105,7 @@ using namespace std;
// DVD & Bluray
#include "DVD/mythdvdbuffer.h"
#include "Bluray/mythbdinfo.h"
#include "Bluray/bdringbuffer.h"
#include "Bluray/mythbdbuffer.h"

// AirPlay
#ifdef USING_AIRPLAY
Expand Down

0 comments on commit 78cdfb9

Please sign in to comment.