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

[linux] enable android hw codecs in linux on arm devices, e.g. amlogic #4035

Merged
merged 1 commit into from Jan 16, 2014
Merged

[linux] enable android hw codecs in linux on arm devices, e.g. amlogic #4035

merged 1 commit into from Jan 16, 2014

Conversation

vkosh
Copy link
Contributor

@vkosh vkosh commented Jan 16, 2014

This enables hardware acceleration for AMlogic chipsets on linux for XBMC built with --enable-codec=amcodec

@@ -692,7 +692,7 @@ bool CSettings::InitializeDefinitions()
#if defined(TARGET_WINDOWS)
if (CFile::Exists(SETTINGS_XML_FOLDER "win32.xml") && !Initialize(SETTINGS_XML_FOLDER "win32.xml"))
CLog::Log(LOGFATAL, "Unable to load win32-specific settings definitions");
#elif defined(TARGET_ANDROID)
#elif defined(TARGET_ANDROID) || defined(TARGET_LINUX)

This comment was marked as spam.

@vkosh
Copy link
Contributor Author

vkosh commented Jan 16, 2014

@FernetMenta I agree. Moved videoplayer.useamcodec to common settings.

@t-nelson
Copy link
Contributor

Oops! I just did the same thing for Pivos last week. I must've forgot to
push it upstream. :/

t-nelson added a commit that referenced this pull request Jan 16, 2014
[linux] enable android hw codecs in linux on arm devices, e.g. amlogic
@t-nelson t-nelson merged commit 9780f85 into xbmc:master Jan 16, 2014
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