From a91e8749e76f61e2c24ee87c16bae375674f8476 Mon Sep 17 00:00:00 2001 From: gimli Date: Fri, 10 Aug 2012 22:15:58 +0200 Subject: [rbp] added raspberrypi omxplayer --- Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.in') 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 \ -- cgit v1.2.3