aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authordavilla <davilla@4pi.com>2012-07-19 22:28:13 -0400
committerCory Fields <theuni-nospam-@xbmc.org>2012-08-08 19:14:51 -0400
commit2d9b3a544d0a5d5f7b0564fd1a9ad216bcb6aaab (patch)
tree863ca6062b5f76b5c9866f7a5a6f410b97ea4654 /Makefile.in
parent9f91bd7d4181e0fc4628dca3cab7f3695052c53d (diff)
[droid] add new internal player for amlogic based SoCs
Diffstat (limited to 'Makefile.in')
-rw-r--r--[-rwxr-xr-x]Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 0057729e34..10d5be970c 100755..100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -139,6 +139,10 @@ DIRECTORY_ARCHIVES += xbmc/windowing/android/windowing_android.a
DIRECTORY_ARCHIVES += xbmc/android/activity/activity.a
endif
+ifeq (@USE_AMLPLAYER@,1)
+DIRECTORY_ARCHIVES += xbmc/cores/amlplayer/amlplayer.a
+endif
+
PAPCODECS_DIRS= \
lib/xbadpcm \
lib/nosefart \