[droid] add new internal player for amlogic based SoCs
authordavilla <davilla@4pi.com>
Fri, 20 Jul 2012 02:28:13 +0000 (22:28 -0400)
committerCory Fields <theuni-nospam-@xbmc.org>
Wed, 8 Aug 2012 23:14:51 +0000 (19:14 -0400)
commit2d9b3a544d0a5d5f7b0564fd1a9ad216bcb6aaab
tree863ca6062b5f76b5c9866f7a5a6f410b97ea4654
parent9f91bd7d4181e0fc4628dca3cab7f3695052c53d
[droid] add new internal player for amlogic based SoCs
16 files changed:
.gitignore
Makefile.in [changed mode: 0755->0644]
configure.in
system/playercorefactory.xml
xbmc/cores/amlplayer/AMLPlayer.cpp [new file with mode: 0644]
xbmc/cores/amlplayer/AMLPlayer.h [new file with mode: 0644]
xbmc/cores/amlplayer/DllLibamplayer.h [new file with mode: 0644]
xbmc/cores/amlplayer/FileURLProtocol.cpp [new file with mode: 0644]
xbmc/cores/amlplayer/FileURLProtocol.h [new file with mode: 0644]
xbmc/cores/amlplayer/Makefile.in [new file with mode: 0644]
xbmc/cores/amlplayer/amlplayer_advancedsettings.xml [new file with mode: 0644]
xbmc/cores/playercorefactory/PlayerCoreConfig.h
xbmc/cores/playercorefactory/PlayerCoreFactory.cpp
xbmc/cores/playercorefactory/PlayerCoreFactory.h
xbmc/input/linux/LinuxInputDevices.cpp
xbmc/video/windows/GUIWindowFullScreen.cpp