[droid] add new internal player for amlogic based SoCs
[vuplus_xbmc] / xbmc / cores / amlplayer / Makefile.in
1 .PHONY: compile
2
3 INCLUDES += -I$(prefix)/include/amlplayer
4
5 SRCS = AMLPlayer.cpp
6 SRCS+= FileURLProtocol.cpp
7
8 LIB  = amlplayer.a
9
10 @abs_top_srcdir@/system/advancedsettings.xml: $(LIB)
11         cp -f amlplayer_advancedsettings.xml $@
12
13 include @abs_top_srcdir@/Makefile.include
14 -include $(patsubst %.cpp,%.P,$(patsubst %.c,%.P,$(SRCS)))
15