diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
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 \ |