aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorgimli <ebsi4711@gmail.com>2012-08-10 22:15:58 +0200
committergimli <ebsi4711@gmail.com>2012-08-10 22:15:58 +0200
commita91e8749e76f61e2c24ee87c16bae375674f8476 (patch)
tree5811e8fe4c0fe159714a7341d95e7e7c40ec4606 /Makefile.in
parent18c401cbfaa7ca339734b41d52fb4460454496ad (diff)
[rbp] added raspberrypi omxplayer
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 856a341def..895adf57df 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -143,6 +143,10 @@ ifeq (@USE_AMLPLAYER@,1)
DIRECTORY_ARCHIVES += xbmc/cores/amlplayer/amlplayer.a
endif
+ifeq (@USE_OMXPLAYER@,1)
+DIRECTORY_ARCHIVES += xbmc/cores/omxplayer/omxplayer.a
+endif
+
PAPCODECS_DIRS= \
lib/xbadpcm \
lib/nosefart \