Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 170 → Rev 171

/shark/trunk/config/libdep.mk
310,3 → 310,18
 
endif
 
# BTTV
# ----------------------------------------------------------------
ifeq ($(findstring __BTTV__, $(USELIB)), __BTTV__)
 
INCL += -I$(BASE)/drivers/bttv/include -I$(BASE)/drivers/linuxc24/include
 
# BTTV
ifeq ($(LIB_PATH)/libbttv.a,$(wildcard $(LIB_PATH)/libbttv.a))
LINK_LIB += -lbttv
LINK_DEP += $(LIB_PATH)/libbttv.a
endif
 
endif