CFLAGS+=-Itheora

SRCS=ffdshow_codecs_all.cpp

include ../makefile.inc

.all:    $(OBJS)

clean:	
	$(RM) $(TEMPFILES)

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