Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mmalcodec] Use settings constants #7981

Merged
merged 1 commit into from
Sep 8, 2015

Conversation

popcornmix
Copy link
Member

No description provided.

@popcornmix
Copy link
Member Author

jenkins build this please


// we always qualify even if DVDFactoryCodec does this too.
if (!CSettings::GetInstance().GetBool("videoplayer.usemmal") || hints.software)
if (!CSettings::GetInstance().GetBool(CSettings::SETTING_VIDEOPLAYER_USEMMAL) || hints.software)

This comment was marked as spam.

@popcornmix
Copy link
Member Author

Build error unrelated.

popcornmix added a commit that referenced this pull request Sep 8, 2015
@popcornmix popcornmix merged commit 2eb55e3 into xbmc:master Sep 8, 2015
@popcornmix popcornmix deleted the mmal_setting_constants branch September 8, 2015 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants