Skip to content

Commit

Permalink
Install the playgroup header from libmythtv. Will allow the mythflash…
Browse files Browse the repository at this point in the history
…player utilised in mythbrowser to utilize the same seek amounts as the default play group.
  • Loading branch information
Robert McNamara committed Dec 7, 2010
1 parent 7b59f38 commit 18fa864
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythdb/mythversion.h
Expand Up @@ -11,7 +11,7 @@
/// Update this whenever the plug-in API changes.
/// Including changes in the libmythdb, libmyth, libmythtv, libmythav* and
/// libmythui class methods used by plug-ins.
#define MYTH_BINARY_VERSION "0.25.20101204-1"
#define MYTH_BINARY_VERSION "0.25.20101207-1"

/** \brief Increment this whenever the MythTV network protocol changes.
*
Expand Down
5 changes: 5 additions & 0 deletions mythtv/libs/libmythtv/libmythtv.pro
Expand Up @@ -247,6 +247,11 @@ SOURCES += dtvconfparser.cpp dtvconfparserhelpers.cpp
HEADERS += channelscan/scaninfo.h channelscan/channelimporter.h
SOURCES += channelscan/scaninfo.cpp channelscan/channelimporter.cpp

inc.path = $${PREFIX}/include/mythtv/
inc.files = playgroup.h

INSTALLS += inc

using_frontend {
# Recording profile stuff
HEADERS += profilegroup.h
Expand Down

0 comments on commit 18fa864

Please sign in to comment.