mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 15:37:49 +00:00
xbmc-rpi: update to xbmc-rpi-c2c161c
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
ec64f40777
commit
1bdbd6435b
@ -19,7 +19,7 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="xbmc-rpi-theme-Confluence"
|
||||
PKG_VERSION="d8a02e0"
|
||||
PKG_VERSION="c2c161c"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
|
@ -19,7 +19,7 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="xbmc-rpi"
|
||||
PKG_VERSION="d8a02e0"
|
||||
PKG_VERSION="c2c161c"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
|
@ -0,0 +1,12 @@
|
||||
diff -Naur xbmc-rpi-c2c161c/xbmc/cores/omxplayer/OMXAudioCodecOMX.cpp xbmc-rpi-c2c161c.patch/xbmc/cores/omxplayer/OMXAudioCodecOMX.cpp
|
||||
--- xbmc-rpi-c2c161c/xbmc/cores/omxplayer/OMXAudioCodecOMX.cpp 2012-04-26 16:26:58.000000000 +0200
|
||||
+++ xbmc-rpi-c2c161c.patch/xbmc/cores/omxplayer/OMXAudioCodecOMX.cpp 2012-04-26 18:15:42.988848797 +0200
|
||||
@@ -310,7 +310,7 @@
|
||||
else
|
||||
{
|
||||
CLog::Log(LOGINFO, "COMXAudioCodecOMX::GetChannelMap - FFmpeg reported %d channels, but the layout contains %d ignoring", m_pCodecContext->channels, bits);
|
||||
- layout = m_dllAvCodec.avcodec_guess_channel_layout(m_pCodecContext->channels, m_pCodecContext->codec_id, NULL);
|
||||
+ layout = m_dllAvUtil.av_get_default_channel_layout(m_pCodecContext->channels);
|
||||
}
|
||||
|
||||
int index = 0;
|
@ -1,13 +0,0 @@
|
||||
diff -Naur xbmc-9389dc8/xbmc/settings/GUISettings.cpp xbmc-9389dc8.patch/xbmc/settings/GUISettings.cpp
|
||||
--- xbmc-9389dc8/xbmc/settings/GUISettings.cpp 2011-09-01 23:34:05.267139356 +0200
|
||||
+++ xbmc-9389dc8.patch/xbmc/settings/GUISettings.cpp 2011-09-01 23:34:52.098765331 +0200
|
||||
@@ -423,7 +423,8 @@
|
||||
AddString(vs, "videoscreen.testpattern",226,"", BUTTON_CONTROL_STANDARD);
|
||||
#endif
|
||||
#if defined(_LINUX) && !defined(__APPLE__)
|
||||
- AddBool(NULL, "videoscreen.haslcd", 4501, false);
|
||||
+ AddSeparator(vs, "videoscreen.sep2");
|
||||
+ AddBool(vs, "videoscreen.haslcd", 4501, false);
|
||||
#endif
|
||||
|
||||
CSettingsCategory* ao = AddCategory(4, "audiooutput", 772);
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user