Makefile
branchtrunk
changeset 22 93aaf15c145a
parent 14 1d78b544c9de
child 25 887faebaba0a
equal deleted inserted replaced
21:e47abd1f520f 22:93aaf15c145a
   127 endif
   127 endif
   128 
   128 
   129 OBJS2    = $(PLUGIN2).o $(COM_OBJS)\
   129 OBJS2    = $(PLUGIN2).o $(COM_OBJS)\
   130             setup-mplayer.o player-mplayer.o
   130             setup-mplayer.o player-mplayer.o
   131 LIBS2    = 
   131 LIBS2    = 
   132 
       
   133 ifeq ($(shell test -f $(VDRDIR)/fontsym.h ; echo $$?),0)
       
   134   DEFINES += -DHAVE_BEAUTYPATCH
       
   135 endif  
       
   136 
   132 
   137 ifdef DBG
   133 ifdef DBG
   138   CXXFLAGS += -g
   134   CXXFLAGS += -g
   139 endif
   135 endif
   140 
   136