Support dvb-box on openembedded build tree.
authoroskwon <kos@dev3>
Wed, 6 Aug 2014 02:13:05 +0000 (11:13 +0900)
committeroskwon <kos@dev3>
Wed, 6 Aug 2014 05:20:01 +0000 (14:20 +0900)
commit063a4b6faaf84ae5beaab2fcd76f97ddeeb4da2d
tree32e6669d85842337eafeffb64d6f7cdff2ab79ba
parent6066a5431c7e5042a66e3afac82fc83d2eedf6b8
Support dvb-box on openembedded build tree.
23 files changed:
Makefile.in
addons/library.xbmc.addon/libXBMC_addon.h
configure.in
m4/xbmc_arch.m4
system/playercorefactory.xml
tools/depends/configure.in
xbmc/XBApplicationEx.cpp
xbmc/cores/AudioEngine/AEFactory.cpp
xbmc/cores/DllLoader/DllLoader.h
xbmc/cores/DllLoader/ldt_keeper.c
xbmc/cores/DllLoader/ldt_keeper.h
xbmc/cores/VideoRenderers/LinuxRendererGL.h
xbmc/input/linux/LinuxInputDevices.cpp
xbmc/threads/Atomics.cpp
xbmc/threads/LockFree.cpp
xbmc/utils/CPUInfo.cpp
xbmc/utils/MathUtils.h
xbmc/utils/fastmemcpy.c
xbmc/utils/fastmemcpy.h
xbmc/windowing/egl/EGLNativeTypeDvbBox.cpp [new file with mode: 0644]
xbmc/windowing/egl/EGLNativeTypeDvbBox.h [new file with mode: 0644]
xbmc/windowing/egl/EGLWrapper.cpp
xbmc/windowing/egl/Makefile.in