Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 171 → Rev 170

/shark/trunk/config/libdep.mk
310,18 → 310,3
 
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