Skip to content

Commit

Permalink
Make the BlurayMetadata class work properly outside of core.
Browse files Browse the repository at this point in the history
I should probably go back and re-address how the headers get installed from libmythbluray, but pending that this will work.
  • Loading branch information
Robert McNamara committed Jan 25, 2011
1 parent 2aeb872 commit a4d395b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions mythtv/libs/libmythmetadata/bluraymetadata.cpp
@@ -1,5 +1,6 @@
#include <QHash>

#include "bdnav/meta_data.h"
#include "bluraymetadata.h"
#include "mythdirs.h"

Expand Down
2 changes: 1 addition & 1 deletion mythtv/libs/libmythmetadata/bluraymetadata.h
Expand Up @@ -8,12 +8,12 @@
#include "mythimage.h"
#include "mythexp.h"
#include "bluray.h"
#include "bdnav/meta_data.h"

typedef QList< QPair < uint,QString > > BlurayTitles;

typedef QHash<QString,QString> MetadataMap;

struct meta_dl;
class MPUBLIC BlurayMetadata : public QObject
{
public:
Expand Down

0 comments on commit a4d395b

Please sign in to comment.