Skip to content

Commit

Permalink
libmythui: util-nvctrl -> platforms/MythNVControl
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-kendall committed Nov 28, 2019
1 parent 5b5bfbc commit b2ccd19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mythtv/libs/libmythui/libmythui.pro
Expand Up @@ -102,8 +102,8 @@ using_x11 {
SOURCES += platforms/mythdisplayx11.cpp
using_xnvctrl {
# Add nvidia XV-EXTENSION support
HEADERS += util-nvctrl.h
SOURCES += util-nvctrl.cpp
HEADERS += platforms/mythnvcontrol.h
SOURCES += platforms/mythnvcontrol.cpp
! using_xnvctrl_external {
INCLUDEPATH += ../../external/libXNVCtrl
LIBS += -L../../external/libXNVCtrl -lmythXNVCtrl-$${LIBVERSION}
Expand Down
Expand Up @@ -5,7 +5,7 @@
#include "config.h"
#include "mythlogging.h"
#include "mythxdisplay.h"
#include "util-nvctrl.h"
#include "mythnvcontrol.h"

#if CONFIG_XNVCTRL_EXTERNAL
#include "NVCtrl/NVCtrl.h"
Expand Down
File renamed without changes.

0 comments on commit b2ccd19

Please sign in to comment.