SRCS=ffdshow_convert_all.cpp

include ../makefile.inc
 
.all: $(OBJS)

clean:	
	$(RM) $(TEMPFILES)

#
# include dependency files if they exist
#
ifneq ($(wildcard .depend),)
include .depend
endif
