Skip to content

Commit

Permalink
Do not create VDPAU profiles by default
Browse files Browse the repository at this point in the history
Also fix compilation failure on non VDPAU-system (e.g. macs)
  • Loading branch information
jyavenard committed Apr 14, 2012
1 parent 75c011a commit 6466615
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mythtv/libs/libmythtv/videodisplayprofile.cpp
Expand Up @@ -1193,7 +1193,9 @@ void VideoDisplayProfile::CreateVAAPIProfiles(const QString &hostname)
void VideoDisplayProfile::CreateProfiles(const QString &hostname)
{
CreateNewProfiles(hostname);
#if defined(USING_VDPAU)
CreateVDPAUProfiles(hostname);
#endif
}

QStringList VideoDisplayProfile::GetVideoRenderers(const QString &decoder)
Expand Down

0 comments on commit 6466615

Please sign in to comment.